Skip to content

Commit

Permalink
ifdef
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Mar 29, 2024
1 parent cc22207 commit 1069252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ros_gz_sim/src/ros_gz_bridge_system.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <memory>
#include <gz/sim/Entity.hh>
Expand Down Expand Up @@ -57,4 +57,4 @@ class ROSGzBridgeSystem
std::unique_ptr<ROSGzBridgeSystemPrivate> dataPtr;
};
} // namespace ros_gz_sim
#endif // ROS_GZ_SIM__ROS_GZ_BRIDGE_SYSTEM_HPP_
#endif // ROS_GZ_BRIDGE_SYSTEM_HPP_

0 comments on commit 1069252

Please sign in to comment.