Skip to content

Commit

Permalink
Remove trailing space on blank line.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Jan 5, 2018
1 parent 99cc7c8 commit 2a4b09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_fastrtps_cpp/src/rmw_wait.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ rmw_wait(
bool hasToWait = (wait_timeout && (wait_timeout->sec > 0 || wait_timeout->nsec > 0)) ||
!wait_timeout;
hasToWait &= !check_wait_set_for_data(subscriptions, guard_conditions, services, clients);

bool timeout = false;

if (hasToWait) {
Expand Down

0 comments on commit 2a4b09e

Please sign in to comment.