Skip to content

Commit

Permalink
Please cpplint
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Apr 1, 2022
1 parent 576c8d2 commit a6ac58b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/systems/wind_effects/WindEffects.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <ignition/msgs/entity_factory.pb.h>

#include <string>
#include <utility>
#include <vector>

#include <sdf/Root.hh>
Expand Down Expand Up @@ -113,7 +114,8 @@ namespace {
}

//////////////////////////////////////////////////
math::Intervald LoadIntervald(const sdf::ElementPtr _sdf, const std::string &_prefix)
math::Intervald
LoadIntervald(const sdf::ElementPtr _sdf, const std::string &_prefix)
{
bool leftClosed = false;
double leftValue = -math::INF_D;
Expand Down

0 comments on commit a6ac58b

Please sign in to comment.