Core/Misc: More coding standards (#23519)

* Core/Misc: More coding standards

* revert part

* "void  " or more to "void "

* fix? reject

* remove more double whitespaces

* remove more double whitespaces

* more standards

* more coding standards

* More standards

* more coding

* more coding standards

* more coding standards

* And more standards
This commit is contained in:
Aokromes
2019-07-08 12:51:42 +02:00
committed by Giacomo Pozzoni
parent 84b7b2e08e
commit 574a7c8d3d
32 changed files with 173 additions and 173 deletions

View File

@@ -610,7 +610,7 @@ void PoolMgr::LoadFromDB()
if (!result)
{
TC_LOG_INFO("server.loading", ">> Loaded 0 creatures in pools. DB table `pool_creature` is empty.");
TC_LOG_INFO("server.loading", ">> Loaded 0 creatures in pools. DB table `pool_creature` is empty.");
}
else
{
@@ -667,7 +667,7 @@ void PoolMgr::LoadFromDB()
if (!result)
{
TC_LOG_INFO("server.loading", ">> Loaded 0 gameobjects in pools. DB table `pool_gameobject` is empty.");
TC_LOG_INFO("server.loading", ">> Loaded 0 gameobjects in pools. DB table `pool_gameobject` is empty.");
}
else
{