1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

fix indentation

This commit is contained in:
Andrey Filipenkov 2022-08-15 16:31:58 +03:00
parent e1c9903a45
commit 031ba967d3
4 changed files with 82 additions and 82 deletions

View File

@ -218,9 +218,9 @@ void CServerHandler::startLocalServerAndConnect()
{ {
boost::mutex m; boost::mutex m;
boost::unique_lock<boost::mutex> lock{m}; boost::unique_lock<boost::mutex> lock{m};
logNetwork->info("[ios] wait for server"); logNetwork->info("waiting for server");
cond.wait(lock); cond.wait(lock);
logNetwork->info("[ios] server ready"); logNetwork->info("server is ready");
} }
#else #else
if(shm) if(shm)