Global pass over the coding style

This commit is contained in:
Alexander Bock
2024-06-12 14:51:25 +02:00
parent 46fea0a047
commit 866aad2187
23 changed files with 103 additions and 78 deletions
@@ -385,7 +385,9 @@ void GlobeBrowsingModule::goToGeo(const globebrowsing::RenderableGlobe& globe,
glm::vec3 GlobeBrowsingModule::cartesianCoordinatesFromGeo(
const globebrowsing::RenderableGlobe& globe,
double latitude, double longitude, std::optional<double> altitude)
double latitude,
double longitude,
std::optional<double> altitude)
{
using namespace globebrowsing;