Run clang-format on the whole tree
[lttng-tools.git] / src / common / thread.cpp
index fecc0064dbca83358dd65dfb559a1d8cca2e16bf..b46a55852a5f015485856e9a41228506372036df 100644 (file)
@@ -5,11 +5,11 @@
  *
  */
 
-#include <string.h>
+#include "thread.hpp"
 
 #include <common/compat/pthread.hpp>
-#include "thread.hpp"
 
+#include <string.h>
 
 int lttng_thread_setname(const char *name)
 {
@@ -27,4 +27,3 @@ int lttng_thread_setname(const char *name)
 
        return ret;
 }
-
This page took 0.022763 seconds and 4 git commands to generate.