Skip to content

Commit

Permalink
Fix linter spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 committed Jul 22, 2020
1 parent 21c5577 commit 87e7df7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rcl/test/rcl/test_events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -784,10 +784,10 @@ TEST_F(TestEventFixture, test_sub_message_lost_event)
ASSERT_EQ(ret, RCL_RET_OK) << rcl_get_error_string().str;

subscription_event = rcl_get_zero_initialized_event();
ret = rcl_subscription_event_init(
&subscription_event,
&subscription,
RCL_SUBSCRIPTION_MESSAGE_LOST);
ret = rcl_subscription_event_init(
&subscription_event,
&subscription,
RCL_SUBSCRIPTION_MESSAGE_LOST);
OSRF_TESTING_TOOLS_CPP_SCOPE_EXIT(
{
ret = rcl_event_fini(&subscription_event);
Expand Down

0 comments on commit 87e7df7

Please sign in to comment.