Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / regression / ust / exit-fast / ust_tests_exitfast.h
index 1952981f12cdc764029fff2b89b6e80e6b0a14e1..1827fdcc1be6319721a772fb5ea8c961649e2a97 100644 (file)
 
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT(ust_tests_exitfast, message,
-               TP_ARGS(char *, text),
-               TP_FIELDS(ctf_string(message, text))
-)
+TRACEPOINT_EVENT(ust_tests_exitfast,
+                message,
+                TP_ARGS(char *, text),
+                TP_FIELDS(ctf_string(message, text)))
 
 TRACEPOINT_LOGLEVEL(ust_tests_exitfast, message, TRACE_INFO)
 
This page took 0.022749 seconds and 4 git commands to generate.