Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit b52cb15

Browse files
authored
Update node.hh
1 parent 9ec26b1 commit b52cb15

File tree

1 file changed

+7
-7
lines changed
  • gazebo_ros2_control/include/gazebo_ros2_control

1 file changed

+7
-7
lines changed

gazebo_ros2_control/include/gazebo_ros2_control/node.hh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

104104
private:
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

120120
public:
@@ -604,7 +604,7 @@ private:
604604

605605
private:
606606
bool initialized;
607-
}
607+
};
608608
} // namespace transport
609609
} // namespace gazebo
610610
#endif // GAZEBO_ROS2_CONTROL__NODE_HH_

0 commit comments

Comments
 (0)