mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
Coding style cleanup
This commit is contained in:
@@ -62,7 +62,8 @@ void SyncModule::internalInitialize(const ghoul::Dictionary& configuration) {
|
||||
|
||||
if (configuration.hasKey(KeySynchronizationRoot)) {
|
||||
_synchronizationRoot = configuration.value<std::string>(KeySynchronizationRoot);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
LWARNINGC(
|
||||
"SyncModule",
|
||||
"No synchronization root specified. Disabling resource synchronization"
|
||||
|
||||
Reference in New Issue
Block a user