]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_password_hash.cpp
fixed some indentation and spacing in modules
[user/henk/code/inspircd.git] / src / modules / m_password_hash.cpp
index 93c7ca00a66d50e8e941ccc3e02c3872df6f3c7e..4d3a9da63dadca4a3df5fbcb8863652ba1390ced 100644 (file)
@@ -65,7 +65,7 @@ class CommandMkpasswd : public Command
 
 class ModuleOperHash : public Module
 {
-       
+
        CommandMkpasswd* mycommand;
        hashymodules hashers; /* List of modules which implement HashRequest */
        std::deque<std::string> names; /* Module names which implement HashRequest */
@@ -109,7 +109,7 @@ class ModuleOperHash : public Module
                Implementation eventlist[] = { I_OnPassCompare, I_OnLoadModule };
                ServerInstance->Modules->Attach(eventlist, this, 2);
        }
-       
+
        virtual ~ModuleOperHash()
        {
                if (diduseiface) ServerInstance->Modules->DoneWithInterface("HashRequest");