[7609] Trailing whitespace cleaning

Here we are again! "git diff --check" !!

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-04-03 16:43:24 +02:00
parent 99fe98169a
commit 0fc68c5e1e
11 changed files with 16 additions and 16 deletions

View file

@ -10653,7 +10653,7 @@ Player* Unit::GetSpellModOwner()
void Unit::SendPetCastFail(uint32 spellid, SpellCastResult msg)
{
if(msg == SPELL_CAST_OK)
return;
return;
Unit *owner = GetCharmerOrOwner();
if(!owner || owner->GetTypeId() != TYPEID_PLAYER)