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