[9564] Remove some trailing whitespace and add comment for last commit.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
hunuza 2010-03-10 13:45:00 +01:00
parent efe0cde815
commit 5d84477f7f
10 changed files with 21 additions and 20 deletions

View file

@ -51,10 +51,10 @@ void RealmList::Initialize(uint32 updateInterval)
}
void RealmList::UpdateRealm( uint32 ID, const std::string& name, const std::string& address, uint32 port, uint8 icon, uint8 color, uint8 timezone, AccountTypes allowedSecurityLevel, float popu, const char* builds)
{
{
///- Create new if not exist or update existed
Realm& realm = m_realms[name];
realm.m_ID = ID;
realm.icon = icon;
realm.color = color;