Skip to content

Commit

Permalink
Fix uncrustify build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DongheeYe committed Mar 25, 2020
1 parent 7a0898c commit 84d7a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclcpp/src/rclcpp/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ Executor::spin_some(std::chrono::nanoseconds max_duration)
}

void
Executor::spin_once_impl(std::chrono::nanoseconds timeout) {
Executor::spin_once_impl(std::chrono::nanoseconds timeout)
{
AnyExecutable any_exec;
if (get_next_executable(any_exec, timeout)) {
execute_any_executable(any_exec);
Expand Down

0 comments on commit 84d7a1f

Please sign in to comment.