Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-ns / tp.h
index b9540e53f6918cc1c222151cb82c12bd6f5dcab5..624bb5c073bf92ddea945d03a852e61ff0cd7e64 100644 (file)
 #if !defined(_TRACEPOINT_TP_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
 #define _TRACEPOINT_TP_H
 
-#include <sys/types.h>
 #include <lttng/tracepoint.h>
 
-TRACEPOINT_EVENT(tp, tptest,
-       TP_ARGS(ino_t, ns_ino),
-       TP_FIELDS(
-               ctf_integer(ino_t, ns_ino, ns_ino)
-       )
-)
+#include <sys/types.h>
+
+TRACEPOINT_EVENT(tp, tptest, TP_ARGS(ino_t, ns_ino), TP_FIELDS(ctf_integer(ino_t, ns_ino, ns_ino)))
 
 #endif /* _TRACEPOINT_TP_H */
 
This page took 0.024 seconds and 4 git commands to generate.