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
#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();
}

View file

@ -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()

View file

@ -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;

View file

@ -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()

View file

@ -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;

View file

@ -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()