mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T367, Ref T400 style
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user