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_