Skip to content

Commit

Permalink
minimize vertical whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood committed Oct 31, 2018
1 parent f3a62ac commit 6a92366
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion rcl_action/include/rcl_action/wait.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ extern "C"
#include "rcl_action/visibility_control.h"
#include "rcl/wait.h"


/// Add a rcl_action_client_t to a wait set.
/**
* This function will add the underlying service clients and subscriber to the wait set.
Expand Down
1 change: 0 additions & 1 deletion rcl_action/src/rcl_action/goal_state_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ extern "C"

#include "rcl_action/goal_state_machine.h"


typedef rcl_action_goal_state_t
(* rcl_action_goal_event_handler)(rcl_action_goal_state_t, rcl_action_goal_event_t);

Expand Down
1 change: 0 additions & 1 deletion rcl_action/src/rcl_action/types.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ extern "C"

#include "rcl/error_handling.h"


rcl_action_goal_info_t
rcl_action_get_zero_initialized_goal_info(void)
{
Expand Down
1 change: 0 additions & 1 deletion rcl_action/test/rcl_action/test_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#include "rcl_action/types.h"


TEST(TestActionTypes, test_get_zero_inititalized_goal_info)
{
rcl_action_goal_info_t goal_info = rcl_action_get_zero_initialized_goal_info();
Expand Down

0 comments on commit 6a92366

Please sign in to comment.