From 450c6af43bd18b42dc9475befa062d51f04a946c Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 19 Apr 2010 17:13:20 +0200 Subject: Code Style: Remove trailing spaces and tab to spaces --HG-- branch : trunk --- src/game/World.cpp | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/game/World.cpp') diff --git a/src/game/World.cpp b/src/game/World.cpp index a8eaa306127..b231558d62a 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1850,9 +1850,9 @@ void World::Update(uint32 diff) if (m_gameTime > m_NextWeeklyQuestReset) { - ResetWeeklyQuests(); + ResetWeeklyQuests(); m_NextWeeklyQuestReset += WEEK; - } + } ///