Coding style adaptations

This commit is contained in:
Alexander Bock
2022-04-10 23:25:37 +02:00
parent dc9ffaa0e7
commit c206da4a98
64 changed files with 944 additions and 853 deletions

View File

@@ -63,7 +63,7 @@ std::string makeIdentifier(std::string s) {
const interaction::Path* currentPath =
global::navigationHandler->pathNavigator().currentPath();
// Parent node. Note that we only render one path at a time, so remove the previously
// Parent node. Note that we only render one path at a time, so remove the previously
// rendered one, if any
std::string addParentScript = fmt::format(
"if openspace.hasSceneGraphNode('{0}') then "