]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
cpp indentation
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 21 Apr 2021 16:37:02 +0000 (11:37 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 21 Apr 2021 18:12:25 +0000 (13:12 -0500)
src/lib/server/exec.c
src/lib/util/pair_legacy_tests.c
src/lib/util/pair_tests.c
src/tests/util/atomic_queue_test.c
src/tests/util/radius_schedule_test.c

index 3a4e27ae9f8fd9ceeabd87fda13e11884be787b1..0ad10b7965dddff589a7d4ff8ef2874b371bd714 100644 (file)
@@ -44,13 +44,13 @@ RCSID("$Id$")
 #include <signal.h>
 
 #ifdef HAVE_SYS_WAIT_H
-#      include <sys/wait.h>
+#  include <sys/wait.h>
 #endif
 #ifndef WEXITSTATUS
-#      define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
+#  define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
 #endif
 #ifndef WIFEXITED
-#      define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
+#  define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
 #endif
 
 #define MAX_ARGV (256)
index c2928afc4379ef8409271f5dce8b1d06ccdbbbfa..4d5dea44e70328c67b7d7d5d970b17fc8fe87ac2 100644 (file)
@@ -36,7 +36,7 @@
 static void test_init(void) __attribute__((constructor));
 #else
 static void test_init(void);
-#      define TEST_INIT  test_init()
+#  define TEST_INIT  test_init()
 #endif
 
 #include <freeradius-devel/util/acutest.h>
@@ -50,7 +50,7 @@ static void test_init(void);
 #include <freeradius-devel/util/talloc.h>
 
 #ifdef HAVE_GPERFTOOLS_PROFILER_H
-#      include <gperftools/profiler.h>
+#  include <gperftools/profiler.h>
 #endif
 
 static TALLOC_CTX       *autofree;
index e38ca64baa9cac8cac1430abe76317805d623aeb..039e93d325a709d16c7f538d3a1c02e0cfc7f80c 100644 (file)
@@ -50,7 +50,7 @@ static void test_init(void);
 #include <freeradius-devel/util/talloc.h>
 
 #ifdef HAVE_GPERFTOOLS_PROFILER_H
-#      include <gperftools/profiler.h>
+#  include <gperftools/profiler.h>
 #endif
 
 static TALLOC_CTX       *autofree;
index d390dca3f3dbed03fa143f52a9214472958c8e62..3884f1b2cdc916dc85c485aed9a5aa3c4dab76f8 100644 (file)
@@ -30,7 +30,7 @@ RCSID("$Id$")
 #include <sys/time.h>
 
 #ifdef HAVE_GETOPT_H
-#      include <getopt.h>
+#  include <getopt.h>
 #endif
 
 #define OFFSET (1024)
index ae601aa8be3198df66be7f0a02b745254b3b78ee..9d2a2f16eb6f4cd7540a5f85f413eb1279e3ea7a 100644 (file)
@@ -37,7 +37,7 @@ RCSID("$Id$")
 #include <pthread.h>
 
 #ifdef HAVE_GETOPT_H
-#      include <getopt.h>
+#  include <getopt.h>
 #endif
 
 #define MPRINT1 if (debug_lvl) printf