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

@ -28,8 +28,7 @@
class CLASSNAME (TestAllocatorFixture, RMW_IMPLEMENTATION) : public ::testing::Test
{
public:
CLASSNAME(TestAllocatorFixture, RMW_IMPLEMENTATION)()
{
CLASSNAME(TestAllocatorFixture, RMW_IMPLEMENTATION)() {
start_memory_checking();
stop_memory_checking();
}