Skip to content

Commit

Permalink
Fix cpplint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteve Fernandez committed Nov 6, 2015
1 parent 361faf6 commit b337f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rclcpp/include/rclcpp/timer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class GenericTimer : public TimerBase

using WallTimer = GenericTimer<std::chrono::steady_clock>;

} /* namespace timer */
} /* namespace rclcpp */
} // namespace timer
} // namespace rclcpp

#endif // RCLCPP__TIMER_HPP_
4 changes: 2 additions & 2 deletions rclcpp/src/rclcpp/executors/single_threaded_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

using rclcpp::executors::single_threaded_executor::SingleThreadedExecutor;

SingleThreadedExecutor::SingleThreadedExecutor(rclcpp::memory_strategy::MemoryStrategy::SharedPtr ms)
: executor::Executor(ms) {}
SingleThreadedExecutor::SingleThreadedExecutor(
rclcpp::memory_strategy::MemoryStrategy::SharedPtr ms) : executor::Executor(ms) {}


SingleThreadedExecutor::~SingleThreadedExecutor() {}
Expand Down

0 comments on commit b337f6d

Please sign in to comment.