Run clang-format on the whole tree
[lttng-tools.git] / tests / regression / tools / notification / default_pipe_size_getter.cpp
index 8615f769f842292be3597a75d4719d78394bb5ed..8902774b3100c6125ccbf6cce3ca28c02c2be4bf 100644 (file)
 #define _GNU_SOURCE
 #endif
 
-#include <unistd.h>
+#include <common/error.hpp>
+#include <common/pipe.hpp>
+
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
-
-#include <common/pipe.hpp>
-#include <common/error.hpp>
+#include <unistd.h>
 
 int lttng_opt_verbose;
 int lttng_opt_mi;
This page took 0.022373 seconds and 4 git commands to generate.