Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 9, 2024
1 parent f878ff6 commit 8d3a6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/simulator/include/mvsim/World.h
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,8 @@ class World : public mrpt::system::COutputLogger

/** The UTM coords of georefCoord (calculated on start up) */
mrpt::topography::TUTMCoords utmRef;
int utm_zone = 0; // auto calculated
char utm_band = 'X'; // auto calculated
int utm_zone = 0; // auto calculated
char utm_band = 'X'; // auto calculated

const TParameterDefinitions params = {
{"latitude", {"%lf", &georefCoord.lat.decimal_value}},
Expand Down

0 comments on commit 8d3a6ec

Please sign in to comment.