Fix formatting, part 2

This commit is contained in:
David Cernat 2016-08-30 12:37:36 +03:00
parent a20e7890a2
commit 263efa9988

View file

@ -107,7 +107,7 @@ void Main::Create()
int logLevel = mgr.getInt("loglevel", "General");
Log::SetLevel(logLevel);
if(addr.empty())
if (addr.empty())
{
pMain->server = mgr.getString("server", "General");
pMain->port = (unsigned short) mgr.getInt("port", "General");