Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Jan 25, 2023
1 parent 303df10 commit 2475c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ namespace gz
case msgs::SphericalCoordinatesType::LOCAL2:
return math::SphericalCoordinates::CoordinateType::LOCAL2;
default:
//default to local coords
// Default to local coords
std::cerr << "Invalid coordinate type passed. Defaulting to local.\n";
return math::SphericalCoordinates::CoordinateType::LOCAL;
}
Expand Down

0 comments on commit 2475c08

Please sign in to comment.