Fix cpplint warnings
This commit is contained in:
parent
361faf650d
commit
39b66fa0b5
2 changed files with 4 additions and 3 deletions
|
@ -156,7 +156,7 @@ private:
|
||||||
|
|
||||||
using WallTimer = GenericTimer<std::chrono::steady_clock>;
|
using WallTimer = GenericTimer<std::chrono::steady_clock>;
|
||||||
|
|
||||||
} /* namespace timer */
|
} // namespace timer
|
||||||
} /* namespace rclcpp */
|
} // namespace rclcpp
|
||||||
|
|
||||||
#endif // RCLCPP__TIMER_HPP_
|
#endif // RCLCPP__TIMER_HPP_
|
||||||
|
|
|
@ -16,7 +16,8 @@
|
||||||
|
|
||||||
using rclcpp::executors::single_threaded_executor::SingleThreadedExecutor;
|
using rclcpp::executors::single_threaded_executor::SingleThreadedExecutor;
|
||||||
|
|
||||||
SingleThreadedExecutor::SingleThreadedExecutor(rclcpp::memory_strategy::MemoryStrategy::SharedPtr ms)
|
SingleThreadedExecutor::SingleThreadedExecutor(
|
||||||
|
rclcpp::memory_strategy::MemoryStrategy::SharedPtr ms)
|
||||||
: executor::Executor(ms) {}
|
: executor::Executor(ms) {}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue