update style for uncrustify 0.62
This commit is contained in:
parent
c6c430baf1
commit
2614db2516
4 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue