Merge pull request #20 from ros2/uncrustify_0.62

update style for uncrustify 0.62
This commit is contained in:
Dirk Thomas 2016-02-09 15:39:51 -08:00
commit d16c76ded6
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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