Fix cpplint warnings

This commit is contained in:
Esteve Fernandez 2015-11-06 09:54:28 -08:00
parent 361faf650d
commit 39b66fa0b5
2 changed files with 4 additions and 3 deletions

View file

@ -156,7 +156,7 @@ private:
using WallTimer = GenericTimer<std::chrono::steady_clock>;
} /* namespace timer */
} /* namespace rclcpp */
} // namespace timer
} // namespace rclcpp
#endif // RCLCPP__TIMER_HPP_

View file

@ -16,7 +16,8 @@
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) {}