diff options
author | Spp <spp@jorge.gr> | 2013-01-14 11:12:58 +0100 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2013-01-14 11:12:58 +0100 |
commit | 0d5cb6af755199f716a2de3207e6df91787f98b5 (patch) | |
tree | ba41d4bd98872ef4137a7f57b60f5413da2d6d9f /src/server/game/Chat/ChatLink.cpp | |
parent | d75222feca1b0ffc5f9b10df1fd442eedab95a16 (diff) |
Core/Misc: Apply codestyle to multiple files (II)
Diffstat (limited to 'src/server/game/Chat/ChatLink.cpp')
-rw-r--r-- | src/server/game/Chat/ChatLink.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Chat/ChatLink.cpp b/src/server/game/Chat/ChatLink.cpp index 63e3f3161e1..7f517d99b2c 100644 --- a/src/server/game/Chat/ChatLink.cpp +++ b/src/server/game/Chat/ChatLink.cpp @@ -167,7 +167,7 @@ bool ItemChatLink::Initialize(std::istringstream& iss) return true; } -inline std::string ItemChatLink::FormatName(uint8 index, ItemLocale const *locale, char* suffixStrings) const +inline std::string ItemChatLink::FormatName(uint8 index, ItemLocale const* locale, char* suffixStrings) const { std::stringstream ss; if (locale == NULL || index >= locale->Name.size()) |