aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Packets
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2013-05-21 08:37:28 +0200
committerSpp <spp@jorge.gr>2013-05-21 08:37:28 +0200
commit00c11688974fc00342a62387b6e2d682884e0721 (patch)
treeaea7f86f5b812acb6c515edb6dca14274767b1fc /src/server/shared/Packets
parentd3c2af0f66c6bf7e9b47890820921c2c061ba2e2 (diff)
Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic changes
Diffstat (limited to 'src/server/shared/Packets')
-rw-r--r--src/server/shared/Packets/ByteBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Packets/ByteBuffer.h b/src/server/shared/Packets/ByteBuffer.h
index 302a03dee47..7777842af17 100644
--- a/src/server/shared/Packets/ByteBuffer.h
+++ b/src/server/shared/Packets/ByteBuffer.h
@@ -37,7 +37,7 @@ class ByteBufferException : public std::exception
public:
~ByteBufferException() throw() { }
- char const * what() const throw() { return msg_.c_str(); }
+ char const* what() const throw() { return msg_.c_str(); }
protected:
std::string & message() throw() { return msg_; }