]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_version.h
I think this fixes visual studio oddities
[user/henk/code/inspircd.git] / include / commands / cmd_version.h
index dba3b2380f83f6d5d386b1070e0e8cb8014e782a..42ac968ea5aeba18d784149c24b8e4c5e5e7804f 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_version : public command_t
 {
  public:
-        cmd_version (InspIRCd* Instance) : command_t(Instance,"VERSION",0,0) { syntax = "[<servername>]"; }
-        CmdResult Handle(const char** parameters, int pcnt, userrec *user);
+       cmd_version (InspIRCd* Instance) : command_t(Instance,"VERSION",0,0) { syntax = "[<servername>]"; }
+       CmdResult Handle(const char** parameters, int pcnt, userrec *user);
 };
 
 #endif