Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / ust / daemon / daemon.c
index 44ec182fab47a2e5340d115783ebcea62f69e65e..1ce1b50df81f13a60e1f260f16dc456f3bd647be 100644 (file)
@@ -7,9 +7,9 @@
  */
 
 #include <stdio.h>
-#include <unistd.h>
-#include <sys/types.h>
 #include <stdlib.h>
+#include <sys/types.h>
+#include <unistd.h>
 
 #define TRACEPOINT_DEFINE
 #define TRACEPOINT_CREATE_PROBES
This page took 0.022512 seconds and 4 git commands to generate.