]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_loadmodule.h
I think this fixes visual studio oddities
[user/henk/code/inspircd.git] / include / commands / cmd_loadmodule.h
index e3e598e7de11024f5e34e6a0eb885a4b730031c7..bbdeebfeef4b9f4042c661817fd9053fc0a19f33 100644 (file)
@@ -3,13 +3,13 @@
  *       +------------------------------------+
  *
  *  InspIRCd is copyright (C) 2002-2007 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
+ *                    E-mail:
+ *             <brain@chatspike.net>
+ *             <Craig@chatspike.net>
  *
  * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
- *            the file COPYING for details.
+ *         the file COPYING for details.
  *
  * ---------------------------------------------------
  */
@@ -27,8 +27,8 @@
 class cmd_loadmodule : public command_t
 {
  public:
-        cmd_loadmodule (InspIRCd* Instance) : command_t(Instance,"LOADMODULE",'o',1) { syntax = "<modulename>"; }
-        CmdResult Handle(const char** parameters, int pcnt, userrec *user);
+       cmd_loadmodule (InspIRCd* Instance) : command_t(Instance,"LOADMODULE",'o',1) { syntax = "<modulename>"; }
+       CmdResult Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif