Run clang-format on the whole tree
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / gen-ust-tracef.cpp
index 31aa3798f99432c198696d55100d9d347c5210c2..011c399522451a407dbfd824fe380365e43043d6 100644 (file)
@@ -7,6 +7,12 @@
  */
 
 #define _LGPL_SOURCE
+#include "signal-helper.hpp"
+
+#include <common/macros.hpp>
+
+#include <lttng/tracef.h>
+
 #include <fcntl.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/macros.hpp>
-#include <lttng/tracef.h>
-#include "signal-helper.hpp"
-
 const char *str = "test string";
 
-static
-void create_file(const char *path)
+static void create_file(const char *path)
 {
        int ret;
 
This page took 0.02309 seconds and 4 git commands to generate.