diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index ee2aa0432..8696b3a35 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -2234,7 +2234,7 @@ bool CClientConfig::getDefaultConfigLocation(std::string& p_name) const p_name = defaultConfigPath + defaultConfigFileName; // if some client_default.cfg was found return true - if(p_name.size()) + if (p_name.size()) return true; return false; diff --git a/code/ryzom/client/src/login.cpp b/code/ryzom/client/src/login.cpp index de712d721..152b2bbde 100644 --- a/code/ryzom/client/src/login.cpp +++ b/code/ryzom/client/src/login.cpp @@ -2178,7 +2178,6 @@ void initDataScan() pPM->startScanDataThread(); NLGUI::CDBManager::getInstance()->getDbProp("UI:VARIABLES:SCREEN")->setValue32(UI_VARIABLES_SCREEN_DATASCAN); NLGUI::CDBManager::getInstance()->getDbProp("UI:VARIABLES:DATASCAN_RUNNING")->setValue32(1); - } // *************************************************************************** diff --git a/code/ryzom/client/src/login_patch.cpp b/code/ryzom/client/src/login_patch.cpp index c8be10781..445da2ff3 100644 --- a/code/ryzom/client/src/login_patch.cpp +++ b/code/ryzom/client/src/login_patch.cpp @@ -3497,4 +3497,3 @@ void CInstallThread::run() pPM->reboot(); // do not reboot just run the extract .bat } -