aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent333f1c9d729e99c86b9747aa95336010589d564d (diff)
*Indentation cleanup
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Guild.h6
-rw-r--r--src/game/PetAI.cpp2
-rw-r--r--src/trinitycore/Master.cpp2
3 files changed, 5 insertions, 5 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; }
diff --git a/src/game/PetAI.cpp b/src/game/PetAI.cpp
index 18bde7dde2e..783f74c38b8 100644
--- a/src/game/PetAI.cpp
+++ b/src/game/PetAI.cpp
@@ -303,7 +303,7 @@ void PetAI::AttackStart(Unit *target)
DoAttack(target,true); // STAY or FOLLOW, player clicked "attack" so attack with chase
else
DoAttack(target,false); // STAY, target in range, attack not clicked so attack without chase
- }
+ }
}
Unit *PetAI::SelectNextTarget()
diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp
index 67d3728e5e5..94c5a4cc023 100644
--- a/src/trinitycore/Master.cpp
+++ b/src/trinitycore/Master.cpp
@@ -305,7 +305,7 @@ int Master::Run()
uint32 realCurrTime, realPrevTime;
realCurrTime = realPrevTime = getMSTime();
- uint32 socketSelecttime = sWorld.getConfig(CONFIG_SOCKET_SELECTTIME);
+ uint32 socketSelecttime = sWorld.getConfig(CONFIG_SOCKET_SELECTTIME);
///- Start up freeze catcher thread
if(uint32 freeze_delay = sConfig.GetIntDefault("MaxCoreStuckTime", 0))