]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/clientprotocol.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / include / clientprotocol.h
index 29035250d34e04bc9fceb32f031747bd2f333368..decb2fcf496a69693513a6c71f5c63deca023cf4 100644 (file)
@@ -249,7 +249,7 @@ class ClientProtocol::Message : public ClientProtocol::MessageSource
                        : ptr(NULL)
                        , owned(true)
                {
-                        new(str) std::string(s);
+                       new(str) std::string(s);
                }
 
                Param(const Param& other)