whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
0d2e0de42b
commit
4c201c00a3
5 changed files with 12 additions and 12 deletions
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue