From: Denys Vlasenko Date: Tue, 22 Jan 2013 10:00:45 +0000 (+0100) Subject: mount: whitespace fix. no code changes X-Git-Tag: 1_22_0~313 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b7ebfe6447349e6b614b53413c21fce7bce7da1;p=oweals%2Fbusybox.git mount: whitespace fix. no code changes Signed-off-by: Denys Vlasenko --- 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);