diff options
author | maximius <none@none> | 2009-11-20 19:11:28 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-11-20 19:11:28 -0800 |
commit | 654519d1a685e3b666c3be4eb74bbecd747bf735 (patch) | |
tree | 6426d9dacd803508dd2761d715b1bf62b38aea6f /src/game/Guild.cpp | |
parent | 5b54c76ac339769978e869c8326720f99bd36b3e (diff) |
*Some cleanup (mostly whitespace changes)
--HG--
branch : trunk
Diffstat (limited to 'src/game/Guild.cpp')
-rw-r--r-- | src/game/Guild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Guild.cpp b/src/game/Guild.cpp index c53a51fb40d..a39dff1183d 100644 --- a/src/game/Guild.cpp +++ b/src/game/Guild.cpp @@ -1720,7 +1720,7 @@ Item* Guild::StoreItem(uint8 tabId, GuildItemPosCountVec const& dest, Item* pIte Item* lastItem = pItem; - for (GuildItemPosCountVec::const_iterator itr = dest.begin(); itr != dest.end(); ) + for (GuildItemPosCountVec::const_iterator itr = dest.begin(); itr != dest.end();) { uint8 slot = itr->Slot; uint32 count = itr->Count; |