diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
commit | 5ebc7e6281887681c3a348a5a4c902e262ccd656 (patch) | |
tree | 4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /sbin/mount | |
parent | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (diff) | |
download | src-5ebc7e6281887681c3a348a5a4c902e262ccd656.tar.gz src-5ebc7e6281887681c3a348a5a4c902e262ccd656.zip |
Remove trailing whitespace.
Notes
Notes:
svn path=/head/; revision=8871
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount_ufs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 500a9777cc3f..fac14172ba4a 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -117,7 +117,7 @@ mount_ufs(argc, argv) /*warnx("ufs: filesystem not found");*/ } } - + if (mount(vfc ? vfc->vfc_index : MOUNT_UFS, fs_name, mntflags, &args) < 0) { (void)fprintf(stderr, "%s on %s: ", args.fspec, fs_name); switch (errno) { @@ -128,7 +128,7 @@ mount_ufs(argc, argv) if (mntflags & MNT_UPDATE) (void)fprintf(stderr, "Specified device does not match mounted device.\n"); - else + else (void)fprintf(stderr, "Incorrect super block.\n"); break; |