diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-04 15:11:41 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-04 15:11:41 +0100 |
commit | 7abf02f3ee7627d617def77d0d6e7bea2da8d98c (patch) | |
tree | 5a315fc12271bb5b7bd0b20b9d9fb7fc33cd0d82 | |
parent | 31f96325ca03429053199403651bb1b1b4db1dfb (diff) | |
download | glibc-7abf02f3ee7627d617def77d0d6e7bea2da8d98c.tar glibc-7abf02f3ee7627d617def77d0d6e7bea2da8d98c.tar.gz glibc-7abf02f3ee7627d617def77d0d6e7bea2da8d98c.tar.bz2 glibc-7abf02f3ee7627d617def77d0d6e7bea2da8d98c.zip |
support_enter_mount_namespace: Fix indentation
* support/support_enter_mount_namespace.c: Fix indentation.
-rw-r--r-- | support/support_enter_mount_namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/support_enter_mount_namespace.c b/support/support_enter_mount_namespace.c index 3b4ce84f35..ba68e990f2 100644 --- a/support/support_enter_mount_namespace.c +++ b/support/support_enter_mount_namespace.c @@ -21,7 +21,7 @@ #include <sched.h> #include <stdio.h> #ifdef CLONE_NEWNS -#include <sys/mount.h> +# include <sys/mount.h> #endif /* CLONE_NEWNS */ bool |