Skip to content

Commit fdfaec9

Browse files
committed
Fix header guards
1 parent 61f8638 commit fdfaec9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nav2_rviz_plugins/include/nav2_rviz_plugins/particle_cloud_display/flat_weighted_arrows_array.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// See the License for the specific language governing permissions and
4444
// limitations under the License.
4545

46-
#ifndef NAV2_RVIZ_PLUGINS__FLAT_WEIGHTED_ARROWS_ARRAY_HPP_
47-
#define NAV2_RVIZ_PLUGINS__FLAT_WEIGHTED_ARROWS_ARRAY_HPP_
46+
#ifndef NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY__FLAT_WEIGHTED_ARROWS_ARRAY_HPP_
47+
#define NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY__FLAT_WEIGHTED_ARROWS_ARRAY_HPP_
4848

4949
#include <vector>
5050

@@ -91,4 +91,4 @@ class FlatWeightedArrowsArray
9191

9292
} // namespace nav2_rviz_plugins
9393

94-
#endif // NAV2_RVIZ_PLUGINS__FLAT_WEIGHTED_ARROWS_ARRAY_HPP_
94+
#endif // NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY__FLAT_WEIGHTED_ARROWS_ARRAY_HPP_

nav2_rviz_plugins/include/nav2_rviz_plugins/particle_cloud_display/particle_cloud_display.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// See the License for the specific language governing permissions and
4444
// limitations under the License.
4545

46-
#ifndef NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY_HPP_
47-
#define NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY_HPP_
46+
#ifndef NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY__PARTICLE_CLOUD_DISPLAY_HPP_
47+
#define NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY__PARTICLE_CLOUD_DISPLAY_HPP_
4848

4949
#include <memory>
5050
#include <vector>
@@ -155,4 +155,4 @@ private Q_SLOTS:
155155

156156
} // namespace nav2_rviz_plugins
157157

158-
#endif // NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY_HPP_
158+
#endif // NAV2_RVIZ_PLUGINS__PARTICLE_CLOUD_DISPLAY__PARTICLE_CLOUD_DISPLAY_HPP_

0 commit comments

Comments
 (0)