Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / tools / health / health_fail.c
index 6520337e4c41ec7ea7b0dad06c66a21cff55fab7..2994694fda1be8d2c818fc3c653ef617eebb0170 100644 (file)
@@ -7,17 +7,17 @@
  */
 
 #include <lttng/lttng-export.h>
+
+#include <pthread.h>
 #include <stdlib.h>
 #include <string.h>
-#include <pthread.h>
 #include <urcu.h>
 
 /*
  * Check if the specified environment variable is set.
  * Return 1 if set, otherwise 0.
  */
-static
-int check_env_var(const char *env)
+static int check_env_var(const char *env)
 {
        if (env) {
                char *env_val = getenv(env);
This page took 0.022184 seconds and 4 git commands to generate.