diff options
author | Denys Vlasenko | 2013-01-22 11:00:45 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-01-22 11:00:45 +0100 |
commit | 9b7ebfe6447349e6b614b53413c21fce7bce7da1 (patch) | |
tree | 385b7420828b56229dbe6632778e8ecff332726a | |
parent | 778794d1dd99f29d099eb80ae2750381bc5e0059 (diff) | |
download | busybox-9b7ebfe6447349e6b614b53413c21fce7bce7da1.zip busybox-9b7ebfe6447349e6b614b53413c21fce7bce7da1.tar.gz |
mount: whitespace fix. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | util-linux/mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index deedd17..62fd41f 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); |