From 00c11688974fc00342a62387b6e2d682884e0721 Mon Sep 17 00:00:00 2001 From: Spp Date: Tue, 21 May 2013 08:37:28 +0200 Subject: Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic changes --- src/server/shared/Packets/ByteBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/shared/Packets') 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_; } -- cgit v1.2.3