Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / utils / testapp / userspace-probe-sdt-binary / sema.c
index 3126e91ada8212385f0e0b7fe3a2014cc0cb991b..ffe2b5c6016a50355ba5de3d2f2df49b5e4a566d 100644 (file)
@@ -6,7 +6,9 @@
  */
 
 #include "foobar_provider.h"
+
 #include <sys/sdt.h>
-void sema_function() {
+void sema_function()
+{
        FOOBAR_TP_WITH_SEMAPHORE();
 }
This page took 0.022343 seconds and 4 git commands to generate.