]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/cull_list.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / include / cull_list.h
index d29b7b267c21a9fcc5629bbb58222e0f214f8480..41dab51875d76e7307c8620d601e6615d572dcd6 100644 (file)
@@ -49,7 +49,7 @@ class CoreExport CullList
 class CoreExport ActionBase : public classbase
 {
  public:
-        /** Executes this action. */
+       /** Executes this action. */
        virtual void Call() = 0;
 };