aboutsummaryrefslogtreecommitdiff
path: root/util-linux/unshare.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-07-17 15:04:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-07-17 15:04:17 +0200
commit4c201c00a3650cdacad5fc098ca255416687fb0f (patch)
treefdebcdd9a9a39eee729c45f17d92d042c2adf3f7 /util-linux/unshare.c
parent0d2e0de42bab54c31ba37f1c6fd10dcdc7008ccf (diff)
downloadbusybox-4c201c00a3650cdacad5fc098ca255416687fb0f.tar.gz
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/unshare.c')
-rw-r--r--util-linux/unshare.c2
1 files changed, 1 insertions, 1 deletions
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)",