Clean-up: run format-cpp on the tree
[lttng-tools.git] / doc / examples / trigger-condition-event-matches / tracepoint-trigger-example.h
index e82e3c704998e2bc88f022a93bb5de4e7ef99b12..9aad47e7c66d7612c7999c20d6dbb2f6ec4daae6 100644 (file)
 
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT(trigger_example, my_event,
-       TP_ARGS(int, iteration),
-       TP_FIELDS(
-               ctf_integer(uint64_t, iteration, iteration)
-       )
-)
+TRACEPOINT_EVENT(trigger_example,
+                my_event,
+                TP_ARGS(int, iteration),
+                TP_FIELDS(ctf_integer(uint64_t, iteration, iteration)))
 
 #endif /* _TRACEPOINT_TRIGGER_EXAMPLE_H */
 
This page took 0.024233 seconds and 4 git commands to generate.