From: Mathieu Desnoyers Date: Thu, 22 Nov 2012 16:05:13 +0000 (-0500) Subject: Cleanup: remove whitespaces and EOL in tests X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=9c3ddda11acb71df3b09425bbae8a7490d91cf97;p=deliverable%2Flttng-ust.git Cleanup: remove whitespaces and EOL in tests Reviewed-by: David Goulet Reviewed-by: Christian Babeux Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/demo/ust_tests_demo.h b/tests/demo/ust_tests_demo.h index 680b0e69..3e024b44 100644 --- a/tests/demo/ust_tests_demo.h +++ b/tests/demo/ust_tests_demo.h @@ -58,6 +58,6 @@ TRACEPOINT_MODEL_EMF_URI(ust_tests_demo, done, /* This part must be outside ifdef protection */ #include -#ifdef __cplusplus +#ifdef __cplusplus } #endif diff --git a/tests/demo/ust_tests_demo2.h b/tests/demo/ust_tests_demo2.h index 97a55a21..cf4424b6 100644 --- a/tests/demo/ust_tests_demo2.h +++ b/tests/demo/ust_tests_demo2.h @@ -55,6 +55,6 @@ TRACEPOINT_LOGLEVEL(ust_tests_demo2, loop, TRACE_WARNING) /* This part must be outside ifdef protection */ #include -#ifdef __cplusplus +#ifdef __cplusplus } #endif diff --git a/tests/demo/ust_tests_demo3.h b/tests/demo/ust_tests_demo3.h index 338e7975..e58ee86f 100644 --- a/tests/demo/ust_tests_demo3.h +++ b/tests/demo/ust_tests_demo3.h @@ -40,6 +40,6 @@ TRACEPOINT_LOGLEVEL(ust_tests_demo3, done, TRACE_WARNING) /* This part must be outside ifdef protection */ #include -#ifdef __cplusplus +#ifdef __cplusplus } #endif diff --git a/tests/hello-static-lib/ust_tests_hello.h b/tests/hello-static-lib/ust_tests_hello.h index 8a4063f6..aea0b3d7 100644 --- a/tests/hello-static-lib/ust_tests_hello.h +++ b/tests/hello-static-lib/ust_tests_hello.h @@ -59,6 +59,6 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler, /* This part must be outside ifdef protection */ #include -#ifdef __cplusplus +#ifdef __cplusplus } #endif diff --git a/tests/hello.cxx/ust_tests_demo.h b/tests/hello.cxx/ust_tests_demo.h index c79ed891..18b34790 100644 --- a/tests/hello.cxx/ust_tests_demo.h +++ b/tests/hello.cxx/ust_tests_demo.h @@ -74,6 +74,6 @@ TRACEPOINT_EVENT(ust_tests_demo, done, /* This part must be outside ifdef protection */ #include -#ifdef __cplusplus +#ifdef __cplusplus } #endif diff --git a/tests/hello/ust_tests_hello.h b/tests/hello/ust_tests_hello.h index 8ac681c2..99b4a713 100644 --- a/tests/hello/ust_tests_hello.h +++ b/tests/hello/ust_tests_hello.h @@ -63,6 +63,6 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler, /* This part must be outside ifdef protection */ #include -#ifdef __cplusplus +#ifdef __cplusplus } #endif