This repository was archived by the owner on Oct 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
gazebo_ros2_control/include/gazebo_ros2_control Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ namespace gazebo
5252 // / \cond
5353 // / \brief Task used by Node::Publish to publish on a one-time publisher
5454#if TBB_VERSION_MAJOR < 2021
55- class GZ_TRANSPORT_VISIBLE PublishTask: public tbb::task
55+ class GZ_TRANSPORT_VISIBLE PublishTask: public tbb::task
5656#else
57- class GZ_TRANSPORT_VISIBLE PublishTask
57+ class GZ_TRANSPORT_VISIBLE PublishTask
5858#endif
5959 {
6060 // / \brief Constructor
@@ -103,7 +103,7 @@ private:
103103
104104private:
105105 google::protobuf::Message * msg;
106- }
106+ };
107107 // / \endcond
108108
109109 // / \addtogroup gazebo_transport
@@ -112,9 +112,9 @@ private:
112112 // / \class Node Node.hh transport/transport.hh
113113 // / \brief A node can advertise and subscribe topics, publish on
114114 // / advertised topics and listen to subscribed topics.
115- class GZ_TRANSPORT_VISIBLE Node:
116- public boost::enable_shared_from_this < Node >
117- {
115+ class GZ_TRANSPORT_VISIBLE Node:
116+ public boost::enable_shared_from_this < Node >
117+ {
118118 // / \brief Constructor
119119
120120public:
@@ -604,7 +604,7 @@ private:
604604
605605private:
606606 bool initialized;
607- }
607+ };
608608 } // namespace transport
609609} // namespace gazebo
610610#endif // GAZEBO_ROS2_CONTROL__NODE_HH_
You can’t perform that action at this time.
0 commit comments