mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
fix indentation
This commit is contained in:
parent
e1c9903a45
commit
031ba967d3
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user