mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
Apply style fix pt3
This commit is contained in:
parent
1392c131e7
commit
d93dbd95fe
191 changed files with 9851 additions and 676 deletions
|
|
@ -115,7 +115,9 @@ bool Config::GetBoolDefault(const char* name, bool def)
|
|||
strcmp(str, "1") == 0)
|
||||
{ return true; }
|
||||
else
|
||||
{ return false; }
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
int32 Config::GetIntDefault(const char* name, int32 def)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue