From: Mathieu Desnoyers Date: Tue, 16 Aug 2011 21:13:58 +0000 (-0400) Subject: Update tests/hello test-case layout (cleanup) X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=3d249a072c981fd9a5f0fcd3d4787beab64561e3;p=ust.git Update tests/hello test-case layout (cleanup) Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index 0f709cb..9bbc67d 100644 --- a/tests/hello/ust_tests_hello.h +++ b/tests/hello/ust_tests_hello.h @@ -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 */