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