From f3a2b348daf9fa6063c38d2d69563f732a2f80e7 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 30 May 1995 06:12:45 +0000 Subject: Remove trailing whitespace. --- sbin/umount/umount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/umount') diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c index 24d7001..ad64d53 100644 --- a/sbin/umount/umount.c +++ b/sbin/umount/umount.c @@ -121,7 +121,7 @@ main(argc, argv) /* -h implies "-t nfs" if no -t flag. */ if ((nfshost != NULL) && (typelist == NULL)) maketypelist("nfs"); - + if (all) { if (setfsent() == 0) err(1, "%s", _PATH_FSTAB); @@ -159,7 +159,7 @@ umountall() if (!selected(type)) continue; - /* + /* * We want to unmount the file systems in the reverse order * that they were mounted. So, we save off the file name * in some allocated memory, and then call recursively. -- cgit v1.1