From 1d6a4155948994784c9b636de46ecbfe23871406 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Mon, 22 Mar 2021 11:28:39 -0700 Subject: [PATCH] Fix codecheck Signed-off-by: Nate Koenig --- src/systems/scene_broadcaster/SceneBroadcaster.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/systems/scene_broadcaster/SceneBroadcaster.cc b/src/systems/scene_broadcaster/SceneBroadcaster.cc index fe784b2ad1..e0d7ac0b79 100644 --- a/src/systems/scene_broadcaster/SceneBroadcaster.cc +++ b/src/systems/scene_broadcaster/SceneBroadcaster.cc @@ -127,7 +127,8 @@ class ignition::gazebo::systems::SceneBroadcasterPrivate /// \brief Adds sensors to a msgs::Link object based on the contents of /// the scene graph - /// \param[inout] _msg Pointer to msg object to which the sensors will be added + /// \param[inout] _msg Pointer to msg object to which the sensors will be + /// added. /// \param[in] _entity Parent entity in the graph /// \param[in] _graph Scene graph public: static void AddSensors(msgs::Link *_msg, const Entity _entity,