[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions)

This commit is contained in:
Spp
2011-09-15 14:08:17 +02:00
parent 9006e4e8dc
commit af05915b9e
431 changed files with 3131 additions and 3131 deletions

View File

@@ -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)
{