Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / utils / testapp / userspace-probe-sdt-binary / libfoo.c
index 103b3d729285ea637da28ec0ecc4086b37bdbea7..78c79fb84e13e8e4580678178ed9a25f52de63e4 100644 (file)
@@ -5,10 +5,13 @@
  *
  */
 
-#include <sys/sdt.h>
 #include "foobar_provider.h"
-void foo_function() {
+
+#include <sys/sdt.h>
+void foo_function()
+{
        FOOBAR_TP_IN_SHARED_OBJECT();
 }
-void overridable_function() {
+void overridable_function()
+{
 }
This page took 0.022065 seconds and 4 git commands to generate.