Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / utils / testapp / userspace-probe-sdt-binary / libbar.c
index a504ac89e3407b4346b26e080adf7779bd69df21..633fa0561c792a4085a30a4669cd072fa3686258 100644 (file)
@@ -5,8 +5,10 @@
  *
  */
 
-#include <sys/sdt.h>
 #include "foobar_provider.h"
-void bar_function() {
+
+#include <sys/sdt.h>
+void bar_function()
+{
        FOOBAR_TP_IN_DLOPEN();
 }
This page took 0.022703 seconds and 4 git commands to generate.