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

(cherry picked from commit 574a7c8d3d)
This commit is contained in:
Aokromes
2019-07-08 12:51:42 +02:00
committed by Shauren
parent 2532de6acb
commit 3ad5bc1e15
27 changed files with 158 additions and 158 deletions

View File

@@ -604,7 +604,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
{
@@ -661,7 +661,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
{