Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / ust / overlap / demo / ust_tests_demo3.h
index 7511c2dc175318431a88d21b2eac982e71c12e35..8018f22acfa26ea0629fd8853a35de40952202ad 100644 (file)
 
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT(ust_tests_demo3, done,
-       TP_ARGS(int, value),
-       TP_FIELDS(
-               ctf_integer(int, value, value)
-       )
-)
+TRACEPOINT_EVENT(ust_tests_demo3,
+                done,
+                TP_ARGS(int, value),
+                TP_FIELDS(ctf_integer(int, value, value)))
 TRACEPOINT_LOGLEVEL(ust_tests_demo3, done, TRACE_WARNING)
 
 #endif /* _TRACEPOINT_UST_TESTS_DEMO3_H */
This page took 0.022378 seconds and 4 git commands to generate.