aboutsummaryrefslogtreecommitdiff
path: root/src/game/Guild.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-18 14:14:39 -0700
committermaximius <none@none>2009-09-18 14:14:39 -0700
commit18c9a4f510397a2113d21b73602c085fc5a27b24 (patch)
tree3cbe4acf13d2d76b4964d83e8d49de08ce8a93de /src/game/Guild.h
parent333f1c9d729e99c86b9747aa95336010589d564d (diff)
*Indentation cleanup
--HG-- branch : trunk
Diffstat (limited to 'src/game/Guild.h')
-rw-r--r--src/game/Guild.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/Guild.h b/src/game/Guild.h
index a58440969ae..8df8d01d264 100644
--- a/src/game/Guild.h
+++ b/src/game/Guild.h
@@ -297,7 +297,7 @@ class Guild
uint32 GetId(){ return m_Id; }
const uint64& GetLeader(){ return m_LeaderGuid; }
- std::string const& GetName() const { return m_Name; }
+ std::string const& GetName() const { return m_Name; }
std::string const& GetMOTD() const { return MOTD; }
std::string const& GetGINFO() const { return GINFO; }
@@ -306,8 +306,8 @@ class Guild
uint32 GetCreatedMonth() const { return m_CreatedMonth; }
uint32 GetCreatedDay() const { return m_CreatedDay; }
-
- uint32 GetEmblemStyle() const { return m_EmblemStyle; }
+
+ uint32 GetEmblemStyle() const { return m_EmblemStyle; }
uint32 GetEmblemColor() const { return m_EmblemColor; }
uint32 GetBorderStyle() const { return m_BorderStyle; }
uint32 GetBorderColor() const { return m_BorderColor; }