From cec0bcfaa8974e559f27487dad73e9530ebfc82f Mon Sep 17 00:00:00 2001 From: alberto soragna Date: Wed, 15 May 2019 16:11:39 +0000 Subject: [PATCH] added empty line at the end of files Signed-off-by: alberto soragna --- rclcpp/include/rclcpp/parameter_client.hpp | 3 ++- rclcpp/src/rclcpp/time_source.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rclcpp/include/rclcpp/parameter_client.hpp b/rclcpp/include/rclcpp/parameter_client.hpp index b35aedfb41..797145950e 100644 --- a/rclcpp/include/rclcpp/parameter_client.hpp +++ b/rclcpp/include/rclcpp/parameter_client.hpp @@ -338,4 +338,5 @@ class SyncParametersClient } // namespace rclcpp -#endif // RCLCPP__PARAMETER_CLIENT_HPP_ \ No newline at end of file +#endif // RCLCPP__PARAMETER_CLIENT_HPP_ + diff --git a/rclcpp/src/rclcpp/time_source.cpp b/rclcpp/src/rclcpp/time_source.cpp index a7daa5f9df..1b1461a2c3 100644 --- a/rclcpp/src/rclcpp/time_source.cpp +++ b/rclcpp/src/rclcpp/time_source.cpp @@ -304,4 +304,5 @@ void TimeSource::disable_ros_time() } } -} // namespace rclcpp \ No newline at end of file +} // namespace rclcpp +