Update tests/hello test-case layout (cleanup)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Aug 2011 21:13:58 +0000 (17:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Aug 2011 21:13:58 +0000 (17:13 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/hello/ust_tests_hello.h

index 0f709cb05e9a6576623a1a098d758d43dc5c5296..9bbc67de53f50e93478e7b719341c0440015bd79 100644 (file)
@@ -44,10 +44,12 @@ TRACEPOINT_EVENT(ust_tests_hello_tptest,
                                ctf_string(stringfield, text)
                                ctf_float(float, floatfield, floatarg)
                                ctf_float(double, doublefield, doublearg)
-                       ))
+                       )
+               )
 
 TRACEPOINT_EVENT_NOARGS(ust_tests_hello_tptest_sighandler,
-                       TP_FIELDS())
+                       TP_FIELDS()
+               )
 
 #endif /* _TRACEPOINT_TP_H */
 
This page took 0.025203 seconds and 4 git commands to generate.