Ref T367, Ref T400 style

This commit is contained in:
Klaus Basan
2018-10-13 01:07:45 +02:00
parent c781da60d2
commit ffc903de34
2 changed files with 1 additions and 34 deletions

View File

@@ -851,7 +851,7 @@ namespace BlackGui
bool CGuiApplication::parseAndSynchronizeSetup(int timeoutMs)
{
if (!this->parseAndStartupCheck()) return false;
if (!this->parseAndStartupCheck()) { return false; }
return this->interactivelySynchronizeSetup(timeoutMs);
}