diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-04-08 02:27:20 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-04-08 02:27:20 +0200 |
commit | 20ab76a2cb9c2697e0974abdb166e1db04ef20ef (patch) | |
tree | 839745a037211c68b720dda3212ae2cf28b25eaf /src/server/game/Support | |
parent | 41a9ef55db85c82fa9673ff2801bd6d8f34a390e (diff) |
Core: Whitespace cleanup
Diffstat (limited to 'src/server/game/Support')
-rw-r--r-- | src/server/game/Support/SupportMgr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Support/SupportMgr.h b/src/server/game/Support/SupportMgr.h index fbaf75753d5..b3a7b2e24f0 100644 --- a/src/server/game/Support/SupportMgr.h +++ b/src/server/game/Support/SupportMgr.h @@ -110,7 +110,7 @@ public: virtual void SetAssignedTo(ObjectGuid guid) { _assignedTo = guid; } virtual void SetAssignedTo(ObjectGuid /*guid*/, bool /*isAdmin*/) { } virtual void SetUnassigned() { _assignedTo.Clear(); } - void SetClosedBy(ObjectGuid value) { _closedBy = value; } + void SetClosedBy(ObjectGuid value) { _closedBy = value; } void SetComment(std::string const& comment) { _comment = comment; } void SetPosition(uint32 mapId, G3D::Vector3& pos) { @@ -137,7 +137,7 @@ protected: ObjectGuid _assignedTo; std::string _comment; }; - + class GmTicket : public Ticket { @@ -206,7 +206,7 @@ public: BugTicket(); BugTicket(Player* player); ~BugTicket(); - + std::string const& GetNote() const { return _note; } void SetFacing(float facing) { _facing = facing; } |