fix uncrustify warnings
This commit is contained in:
parent
526690786f
commit
fcee889f55
6 changed files with 7 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue