]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_whois.cpp
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / src / coremods / core_whois.cpp
index c1c4777ef24c397b4bcaff5c555ed290a47ce811..b342f723f07b3f418c01b92a51fcdeb0e8d691c4 100644 (file)
@@ -80,10 +80,10 @@ class CommandWhois : public SplitCommand
        void SendChanList(WhoisContextImpl& whois);
 
  public:
-        /** If true then all opers are shown with a generic 'is a server operator' line rather than the oper type. */
+       /** If true then all opers are shown with a generic 'is a server operator' line rather than the oper type. */
        bool genericoper;
 
-        /** How to handle private/secret channels in the WHOIS response. */
+       /** How to handle private/secret channels in the WHOIS response. */
        SplitWhoisState splitwhois;