From 3d249a072c981fd9a5f0fcd3d4787beab64561e3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 16 Aug 2011 17:13:58 -0400 Subject: [PATCH] Update tests/hello test-case layout (cleanup) Signed-off-by: Mathieu Desnoyers --- tests/hello/ust_tests_hello.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index 0f709cb0..9bbc67de 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 */ -- 2.34.1