fix uncrustify warnings

This commit is contained in:
Dirk Thomas 2016-03-04 08:19:43 -08:00
parent 526690786f
commit fcee889f55
6 changed files with 7 additions and 8 deletions

View file

@ -25,11 +25,10 @@
# define CLASSNAME(NAME, SUFFIX) NAME # define CLASSNAME(NAME, SUFFIX) NAME
#endif #endif
class CLASSNAME(TestAllocatorFixture, RMW_IMPLEMENTATION) : public ::testing::Test class CLASSNAME (TestAllocatorFixture, RMW_IMPLEMENTATION) : public ::testing::Test
{ {
public: public:
CLASSNAME(TestAllocatorFixture, RMW_IMPLEMENTATION)() CLASSNAME(TestAllocatorFixture, RMW_IMPLEMENTATION)() {
{
start_memory_checking(); start_memory_checking();
stop_memory_checking(); stop_memory_checking();
} }

View file

@ -31,7 +31,7 @@
# define CLASSNAME(NAME, SUFFIX) NAME # define CLASSNAME(NAME, SUFFIX) NAME
#endif #endif
class CLASSNAME(TestNodeFixture, RMW_IMPLEMENTATION) : public ::testing::Test class CLASSNAME (TestNodeFixture, RMW_IMPLEMENTATION) : public ::testing::Test
{ {
public: public:
void SetUp() void SetUp()

View file

@ -32,7 +32,7 @@
# define CLASSNAME(NAME, SUFFIX) NAME # define CLASSNAME(NAME, SUFFIX) NAME
#endif #endif
class CLASSNAME(TestPublisherFixture, RMW_IMPLEMENTATION) : public ::testing::Test class CLASSNAME (TestPublisherFixture, RMW_IMPLEMENTATION) : public ::testing::Test
{ {
public: public:
rcl_node_t * node_ptr; rcl_node_t * node_ptr;

View file

@ -26,7 +26,7 @@
# define CLASSNAME(NAME, SUFFIX) NAME # define CLASSNAME(NAME, SUFFIX) NAME
#endif #endif
class CLASSNAME(TestRCLFixture, RMW_IMPLEMENTATION) : public ::testing::Test class CLASSNAME (TestRCLFixture, RMW_IMPLEMENTATION) : public ::testing::Test
{ {
public: public:
void SetUp() void SetUp()

View file

@ -36,7 +36,7 @@
# define CLASSNAME(NAME, SUFFIX) NAME # define CLASSNAME(NAME, SUFFIX) NAME
#endif #endif
class CLASSNAME(TestSubscriptionFixture, RMW_IMPLEMENTATION) : public ::testing::Test class CLASSNAME (TestSubscriptionFixture, RMW_IMPLEMENTATION) : public ::testing::Test
{ {
public: public:
rcl_node_t * node_ptr; rcl_node_t * node_ptr;

View file

@ -31,7 +31,7 @@
# define CLASSNAME(NAME, SUFFIX) NAME # define CLASSNAME(NAME, SUFFIX) NAME
#endif #endif
class CLASSNAME(TestTimeFixture, RMW_IMPLEMENTATION) : public ::testing::Test class CLASSNAME (TestTimeFixture, RMW_IMPLEMENTATION) : public ::testing::Test
{ {
public: public:
void SetUp() void SetUp()