[7272] Trailing whitespace cleaning

The "please use git diff --check before commit" thing.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-02-12 15:13:07 +01:00
parent d952b7ebcf
commit f04ec2b98b
4 changed files with 7 additions and 7 deletions

View file

@ -2378,7 +2378,7 @@ void Spell::handle_immediate()
int32 duration = GetSpellDuration(m_spellInfo);
if (duration)
{
// Apply duration mod
// Apply duration mod
if(Player* modOwner = m_caster->GetSpellModOwner())
modOwner->ApplySpellMod(m_spellInfo->Id, SPELLMOD_DURATION, duration);
m_spellState = SPELL_STATE_CASTING;