Coding style fixes

This commit is contained in:
Alexander Bock
2025-01-14 16:34:42 +01:00
parent 0979c486d9
commit 0bc2c4a9ee
12 changed files with 30 additions and 26 deletions

View File

@@ -138,8 +138,8 @@ namespace {
bool hasUsedDefaultValues;
};
// A list of data tables for the planets in the system (that have enough data to be
// visualized), with data about the planet and its orbit.
// A list of data tables for the planets in the system (that have enough data to
// be visualized), with data about the planet and its orbit.
std::vector<Planet> planets;
// A rotation matrix to use for the entire system's rotation. Broadly speaking, it