diff --git a/rcl/test/rcl/test_allocator.cpp b/rcl/test/rcl/test_allocator.cpp index 403a657..b486a32 100644 --- a/rcl/test/rcl/test_allocator.cpp +++ b/rcl/test/rcl/test_allocator.cpp @@ -25,11 +25,10 @@ # define CLASSNAME(NAME, SUFFIX) NAME #endif -class CLASSNAME(TestAllocatorFixture, RMW_IMPLEMENTATION) : public ::testing::Test +class CLASSNAME (TestAllocatorFixture, RMW_IMPLEMENTATION) : public ::testing::Test { public: - CLASSNAME(TestAllocatorFixture, RMW_IMPLEMENTATION)() - { + CLASSNAME(TestAllocatorFixture, RMW_IMPLEMENTATION)() { start_memory_checking(); stop_memory_checking(); } diff --git a/rcl/test/rcl/test_node.cpp b/rcl/test/rcl/test_node.cpp index 1995505..5cf495e 100644 --- a/rcl/test/rcl/test_node.cpp +++ b/rcl/test/rcl/test_node.cpp @@ -31,7 +31,7 @@ # define CLASSNAME(NAME, SUFFIX) NAME #endif -class CLASSNAME(TestNodeFixture, RMW_IMPLEMENTATION) : public ::testing::Test +class CLASSNAME (TestNodeFixture, RMW_IMPLEMENTATION) : public ::testing::Test { public: void SetUp() diff --git a/rcl/test/rcl/test_publisher.cpp b/rcl/test/rcl/test_publisher.cpp index da1e571..d551b51 100644 --- a/rcl/test/rcl/test_publisher.cpp +++ b/rcl/test/rcl/test_publisher.cpp @@ -32,7 +32,7 @@ # define CLASSNAME(NAME, SUFFIX) NAME #endif -class CLASSNAME(TestPublisherFixture, RMW_IMPLEMENTATION) : public ::testing::Test +class CLASSNAME (TestPublisherFixture, RMW_IMPLEMENTATION) : public ::testing::Test { public: rcl_node_t * node_ptr; diff --git a/rcl/test/rcl/test_rcl.cpp b/rcl/test/rcl/test_rcl.cpp index d838b79..92cd816 100644 --- a/rcl/test/rcl/test_rcl.cpp +++ b/rcl/test/rcl/test_rcl.cpp @@ -26,7 +26,7 @@ # define CLASSNAME(NAME, SUFFIX) NAME #endif -class CLASSNAME(TestRCLFixture, RMW_IMPLEMENTATION) : public ::testing::Test +class CLASSNAME (TestRCLFixture, RMW_IMPLEMENTATION) : public ::testing::Test { public: void SetUp() diff --git a/rcl/test/rcl/test_subscription.cpp b/rcl/test/rcl/test_subscription.cpp index 9d1d1c8..5df88ab 100644 --- a/rcl/test/rcl/test_subscription.cpp +++ b/rcl/test/rcl/test_subscription.cpp @@ -36,7 +36,7 @@ # define CLASSNAME(NAME, SUFFIX) NAME #endif -class CLASSNAME(TestSubscriptionFixture, RMW_IMPLEMENTATION) : public ::testing::Test +class CLASSNAME (TestSubscriptionFixture, RMW_IMPLEMENTATION) : public ::testing::Test { public: rcl_node_t * node_ptr; diff --git a/rcl/test/rcl/test_time.cpp b/rcl/test/rcl/test_time.cpp index deca405..ac8e269 100644 --- a/rcl/test/rcl/test_time.cpp +++ b/rcl/test/rcl/test_time.cpp @@ -31,7 +31,7 @@ # define CLASSNAME(NAME, SUFFIX) NAME #endif -class CLASSNAME(TestTimeFixture, RMW_IMPLEMENTATION) : public ::testing::Test +class CLASSNAME (TestTimeFixture, RMW_IMPLEMENTATION) : public ::testing::Test { public: void SetUp()