Skip to content

Commit 7abf02f

Browse files
committed
support_enter_mount_namespace: Fix indentation
* support/support_enter_mount_namespace.c: Fix indentation.
1 parent 31f9632 commit 7abf02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/support_enter_mount_namespace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <sched.h>
2222
#include <stdio.h>
2323
#ifdef CLONE_NEWNS
24-
#include <sys/mount.h>
24+
# include <sys/mount.h>
2525
#endif /* CLONE_NEWNS */
2626

2727
bool

0 commit comments

Comments
 (0)