From 9c3ddda11acb71df3b09425bbae8a7490d91cf97 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 22 Nov 2012 11:05:13 -0500 Subject: [PATCH] Cleanup: remove whitespaces and EOL in tests Reviewed-by: David Goulet Reviewed-by: Christian Babeux Signed-off-by: Mathieu Desnoyers --- tests/demo/ust_tests_demo.h | 2 +- tests/demo/ust_tests_demo2.h | 2 +- tests/demo/ust_tests_demo3.h | 2 +- tests/hello-static-lib/ust_tests_hello.h | 2 +- tests/hello.cxx/ust_tests_demo.h | 2 +- tests/hello/ust_tests_hello.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.34.1