mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Pass through the coding styles
This commit is contained in:
@@ -1480,7 +1480,10 @@ int main(int argc, char* argv[]) {
|
||||
config = launcher.selectedWindowConfig();
|
||||
if (config.find(labelFromCfgFile) != std::string::npos) {
|
||||
if (config.find("sgct.config") == std::string::npos) {
|
||||
config = config.substr(0, config.length() - labelFromCfgFile.length());
|
||||
config = config.substr(
|
||||
0,
|
||||
config.length() - labelFromCfgFile.length()
|
||||
);
|
||||
}
|
||||
else {
|
||||
config = windowConfiguration;
|
||||
|
||||
Reference in New Issue
Block a user