bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / unshare.c
index 7c295da1f84f05cf5e78be21c914e5da313721d6..fffee28a0972b7913bbcee4a9c1e00abe3580af8 100644 (file)
@@ -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)",