[git commit] mount: whitespace fix. no code changes

Denys Vlasenko vda.linux at googlemail.com
Tue Jan 22 10:00:45 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=9b7ebfe6447349e6b614b53413c21fce7bce7da1
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 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);


More information about the busybox-cvs mailing list