[7911] Applied coding style.

This commit is contained in:
tomrus88 2009-05-29 19:06:04 +04:00
parent ec1d6a3b56
commit 42f8ce5f3e
58 changed files with 1452 additions and 1459 deletions

View file

@ -3170,7 +3170,7 @@ bool ChatHandler::HandleLookupTaxiNodeCommand(const char * args)
bool ChatHandler::HandleGuildCreateCommand(const char* args)
{
if(!*args)
return false;
return false;
// if not guild name only (in "") then player name
Player* target;
@ -3209,7 +3209,7 @@ bool ChatHandler::HandleGuildCreateCommand(const char* args)
bool ChatHandler::HandleGuildInviteCommand(const char *args)
{
if(!*args)
return false;
return false;
// if not guild name only (in "") then player name
uint64 target_guid;