From 4c201c00a3650cdacad5fc098ca255416687fb0f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 17 Jul 2018 15:04:17 +0200 Subject: whitespace fixes Signed-off-by: Denys Vlasenko --- util-linux/unshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/unshare.c') diff --git a/util-linux/unshare.c b/util-linux/unshare.c index 7c295da1f..fffee28a0 100644 --- a/util-linux/unshare.c +++ b/util-linux/unshare.c @@ -73,7 +73,7 @@ #include "libbb.h" static void mount_or_die(const char *source, const char *target, - const char *fstype, unsigned long mountflags) + const char *fstype, unsigned long mountflags) { if (mount(source, target, fstype, mountflags, NULL)) { bb_perror_msg_and_die("can't mount %s on %s (flags:0x%lx)", -- cgit v1.2.3