[11066] Remove tail whitespaces.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Skirnir 2011-01-24 23:41:11 +03:00 committed by VladimirMangos
parent d5b982cbbe
commit 75b4f75f4d
58 changed files with 170 additions and 170 deletions

View file

@ -548,7 +548,7 @@ bool ChatHandler::HandleDebugGetItemStateCommand(char* args)
if (container != bag)
{
PSendSysMessage("%s in bag %u at slot %u has a different container %s from slot %u!",
item2->GetGuidStr().c_str(), bag->GetSlot(), item2->GetSlot(),
item2->GetGuidStr().c_str(), bag->GetSlot(), item2->GetSlot(),
container->GetGuidStr().c_str(), container->GetSlot());
error = true; continue;
}
@ -1091,7 +1091,7 @@ bool ChatHandler::HandleDebugSpellModsCommand(char* args)
if (!typeStr)
return false;
uint16 opcode;
uint16 opcode;
if (strncmp(typeStr, "flat", strlen(typeStr)) == 0)
opcode = SMSG_SET_FLAT_SPELL_MODIFIER;
else if (strncmp(typeStr, "pct", strlen(typeStr)) == 0)