mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "Config.h"
|
||||
#include <ace/Configuration_Import_Export.h>
|
||||
|
||||
static bool GetValueHelper(ACE_Configuration_Heap *mConf, const char *name, ACE_TString &result)
|
||||
static bool GetValueHelper(ACE_Configuration_Heap* mConf, const char *name, ACE_TString &result)
|
||||
{
|
||||
if (!mConf)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user