From b27ce42704c33e292bda390265bb8fd01a433505 Mon Sep 17 00:00:00 2001 From: Spp Date: Wed, 7 Apr 2010 18:09:10 +0200 Subject: Code Style: Remove trailing spaces --HG-- branch : trunk --- src/game/Guild.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/Guild.cpp') diff --git a/src/game/Guild.cpp b/src/game/Guild.cpp index 3cf0b99906e..188fbf9cebc 100644 --- a/src/game/Guild.cpp +++ b/src/game/Guild.cpp @@ -234,7 +234,7 @@ bool Guild::LoadGuildFromDB(QueryResult_AutoPtr guildDataResult) } bool Guild::CheckGuildStructure() -{ +{ // Repair the structure of guild // If the guildmaster doesn't exist or isn't the member of guild // attempt to promote another member @@ -359,7 +359,7 @@ bool Guild::LoadMembersFromDB(QueryResult_AutoPtr guildMembersResult) if (guildId > m_Id) //we loaded all members for this guild already, break cycle break; - + MemberSlot newmember; uint64 guid = MAKE_NEW_GUID(fields[1].GetUInt32(), 0, HIGHGUID_PLAYER); newmember.RankId = fields[2].GetUInt32(); -- cgit v1.2.3