From 7d9b91d1c4a7167f2b42361bf3fd9b6a019614ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Fri, 29 Mar 2024 22:35:03 +0100 Subject: [PATCH] ifdef MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- ros_gz_sim/src/ros_gz_bridge_system.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ros_gz_sim/src/ros_gz_bridge_system.hpp b/ros_gz_sim/src/ros_gz_bridge_system.hpp index b9e1fb73..4b7e0cf3 100644 --- a/ros_gz_sim/src/ros_gz_bridge_system.hpp +++ b/ros_gz_sim/src/ros_gz_bridge_system.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef ROS_GZ_SIM__ROS_GZ_BRIDGE_SYSTEM_HPP_ -#define ROS_GZ_SIM__ROS_GZ_BRIDGE_SYSTEM_HPP_ +#ifndef ROS_GZ_BRIDGE_SYSTEM_HPP_ +#define ROS_GZ_BRIDGE_SYSTEM_HPP_ #include #include @@ -57,4 +57,4 @@ class ROSGzBridgeSystem std::unique_ptr dataPtr; }; } // namespace ros_gz_sim -#endif // ROS_GZ_SIM__ROS_GZ_BRIDGE_SYSTEM_HPP_ +#endif // ROS_GZ_BRIDGE_SYSTEM_HPP_