From 9b7ebfe6447349e6b614b53413c21fce7bce7da1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 22 Jan 2013 11:00:45 +0100 Subject: mount: whitespace fix. no code changes Signed-off-by: Denys Vlasenko --- util-linux/mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util-linux/mount.c') 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); -- cgit v1.1