update style for uncrustify 0.62

This commit is contained in:
Dirk Thomas 2016-02-09 12:41:14 -08:00
parent c6c430baf1
commit 2614db2516
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
#include "../memory_tools.hpp"
class TestAllocatorFixture : public::testing::Test
class TestAllocatorFixture : public ::testing::Test
{
public:
TestAllocatorFixture()

View file

@ -24,7 +24,7 @@
#include "../scope_exit.hpp"
#include "rcl/error_handling.h"
class TestNodeFixture : public::testing::Test
class TestNodeFixture : public ::testing::Test
{
public:
void SetUp()

View file

@ -19,7 +19,7 @@
#include "../memory_tools.hpp"
#include "rcl/error_handling.h"
class TestRCLFixture : public::testing::Test
class TestRCLFixture : public ::testing::Test
{
public:
void SetUp()

View file

@ -24,7 +24,7 @@
#include "../memory_tools.hpp"
class TestTimeFixture : public::testing::Test
class TestTimeFixture : public ::testing::Test
{
public:
void SetUp()