aboutsummaryrefslogtreecommitdiff
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
parent778794d1dd99f29d099eb80ae2750381bc5e0059 (diff)
downloadbusybox-w32-9b7ebfe6447349e6b614b53413c21fce7bce7da1.tar.gz
busybox-w32-9b7ebfe6447349e6b614b53413c21fce7bce7da1.tar.bz2
busybox-w32-9b7ebfe6447349e6b614b53413c21fce7bce7da1.zip
mount: whitespace fix. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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)
1856 len, share, 1856 len, share,
1857 share + len + 1 /* "dir1/dir2" */ 1857 share + len + 1 /* "dir1/dir2" */
1858 ); 1858 );
1859 parse_mount_options(unc, &filteropts); 1859 parse_mount_options(unc, &filteropts);
1860 if (ENABLE_FEATURE_CLEAN_UP) free(unc); 1860 if (ENABLE_FEATURE_CLEAN_UP) free(unc);
1861 } 1861 }
1862 1862
1863 lsa = host2sockaddr(hostname, 0); 1863 lsa = host2sockaddr(hostname, 0);