Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Jan 19, 2018
1 parent eb6586d commit 77ab3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/src/rclcpp/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Executor::wait_for_work(std::chrono::nanoseconds timeout)
)
);
}
// clear wait set
// clear wait set
if (rcl_wait_set_clear_subscriptions(&wait_set_) != RCL_RET_OK) {
throw std::runtime_error("Couldn't clear subscriptions from wait set");
}
Expand Down

0 comments on commit 77ab3bc

Please sign in to comment.