Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo-tp.h
index c95a0885269f670437e7ebdd4a951ccd93bfd67e..5dcc2507c9af16b37121c3ff66acd7acd0e627ac 100644 (file)
 
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT(
-    libfoo,
-    foo,
-    TP_ARGS(void),
-    TP_FIELDS()
-)
+TRACEPOINT_EVENT(libfoo, foo, TP_ARGS(void), TP_FIELDS())
 
 #endif /* _LIBFOO_TP_H */
 
This page took 0.022565 seconds and 4 git commands to generate.