Skip to content

Commit

Permalink
Extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackie Kay committed Mar 30, 2016
1 parent 81bb87b commit 82f5b4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rcl/src/rcl/wait.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ rcl_wait_set_init(
wait_set->impl->rmw_waitset = rmw_create_waitset(
2 * number_of_subscriptions + number_of_guard_conditions + number_of_clients +
number_of_services);

if (!wait_set->impl->rmw_waitset) {
goto fail;
}
Expand Down

0 comments on commit 82f5b4a

Please sign in to comment.