mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-03 23:57:10 +01:00
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions)
This commit is contained in:
@@ -73,7 +73,7 @@ extern int main(int argc, char **argv)
|
||||
{
|
||||
sLog->SetLogDB(false);
|
||||
// Command line parsing to get the configuration file name
|
||||
char const *cfg_file = _TRINITY_REALM_CONFIG;
|
||||
char const* cfg_file = _TRINITY_REALM_CONFIG;
|
||||
int c = 1;
|
||||
while(c < argc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user