aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-01-22 11:00:45 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-22 11:00:45 +0100
commit9b7ebfe6447349e6b614b53413c21fce7bce7da1 (patch)
tree385b7420828b56229dbe6632778e8ecff332726a /util-linux/mount.c
parent778794d1dd99f29d099eb80ae2750381bc5e0059 (diff)
downloadbusybox-9b7ebfe6447349e6b614b53413c21fce7bce7da1.tar.gz
mount: whitespace fix. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index deedd17da..62fd41fd7 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -1856,8 +1856,8 @@ static int singlemount(struct mntent *mp, int ignore_busy)
len, share,
share + len + 1 /* "dir1/dir2" */
);
- parse_mount_options(unc, &filteropts);
- if (ENABLE_FEATURE_CLEAN_UP) free(unc);
+ parse_mount_options(unc, &filteropts);
+ if (ENABLE_FEATURE_CLEAN_UP) free(unc);
}
lsa = host2sockaddr(hostname, 0);