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
+3 -3
View File
@@ -130,9 +130,9 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo ModelScaleInfo = {
"ModelScale",
"Model Scale",
"The scale of the model. If a numeric value is provided in the asset file, the scale "
"will be that exact value. If instead a unit name is provided, this "
"is the value that that name represents. For example 'Centimeter' becomes 0.01.",
"The scale of the model. If a numeric value is provided in the asset file, the "
"scale will be that exact value. If instead a unit name is provided, this is the "
"value that that name represents. For example 'Centimeter' becomes 0.01.",
openspace::properties::Property::Visibility::AdvancedUser
};