Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Anderson <[email protected]>
  • Loading branch information
andermi committed Sep 6, 2023
1 parent 436a990 commit a22f451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buoy_gazebo/src/LatentData/IncWaveHeight/IncWaveHeight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a22f451

Please sign in to comment.