From a22f451c9e49b809e415b29256b35ed46735c5a6 Mon Sep 17 00:00:00 2001 From: Michael Anderson Date: Tue, 5 Sep 2023 18:16:05 -0700 Subject: [PATCH] linters Signed-off-by: Michael Anderson --- buoy_gazebo/src/LatentData/IncWaveHeight/IncWaveHeight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buoy_gazebo/src/LatentData/IncWaveHeight/IncWaveHeight.cpp b/buoy_gazebo/src/LatentData/IncWaveHeight/IncWaveHeight.cpp index f2fc2094..5fa7cd17 100644 --- a/buoy_gazebo/src/LatentData/IncWaveHeight/IncWaveHeight.cpp +++ b/buoy_gazebo/src/LatentData/IncWaveHeight/IncWaveHeight.cpp @@ -245,7 +245,7 @@ void IncWaveHeight::Configure( this->dataPtr->inc_wave_heights.points.clear(); bool first = true; sdf::ElementPtr e{nullptr}; - for (;;) { + for (;; ) { if (first) { e = points->GetElementImpl("xy"); first = false;