summaryrefslogtreecommitdiffstats
path: root/sbin/mount/mount.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-12-26 22:55:38 +0000
committerobrien <obrien@FreeBSD.org>2008-12-26 22:55:38 +0000
commitf18ef1805e675d2dad4785cccc40c457cef00dab (patch)
treecf11b5396171a94566ea52262009f87699d7cfe5 /sbin/mount/mount.c
parentff0e186a51698053fbe3b75af8d908c95e62986f (diff)
downloadFreeBSD-src-f18ef1805e675d2dad4785cccc40c457cef00dab.zip
FreeBSD-src-f18ef1805e675d2dad4785cccc40c457cef00dab.tar.gz
style(9)
Diffstat (limited to 'sbin/mount/mount.c')
-rw-r--r--sbin/mount/mount.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 950ac58..1cc15a7 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -145,7 +145,7 @@ use_mountprog(const char *vfstype)
if (strcmp(vfstype, fs[i]) == 0)
return (1);
}
-
+
return (0);
}
@@ -210,7 +210,7 @@ static void
restart_mountd(void)
{
struct pidfh *pfh;
- pid_t mountdpid;
+ pid_t mountdpid;
pfh = pidfile_open(_PATH_MOUNTDPID, 0600, &mountdpid);
if (pfh != NULL) {
@@ -302,7 +302,7 @@ main(int argc, char *argv[])
if ((init_flags & MNT_UPDATE) && (ro == 0))
options = catopt(options, "noro");
-
+
rval = 0;
switch (argc) {
case 0:
@@ -567,7 +567,7 @@ mountfs(const char *vfstype, const char *spec, const char *name, int flags,
if (use_mountprog(vfstype)) {
ret = exec_mountprog(name, execname, argv);
} else {
- ret = mount_fs(vfstype, argc, argv);
+ ret = mount_fs(vfstype, argc, argv);
}
free(optbuf);
OpenPOWER on IntegriCloud