From d7324a55fab95b4f51672b701f2dd9cc0836abf8 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 19 May 2007 18:08:57 +0000 Subject: Space indents must die. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7049 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_eline.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include/commands/cmd_eline.h') diff --git a/include/commands/cmd_eline.h b/include/commands/cmd_eline.h index 68920c870..c53bd7816 100644 --- a/include/commands/cmd_eline.h +++ b/include/commands/cmd_eline.h @@ -3,13 +3,13 @@ * +------------------------------------+ * * InspIRCd is copyright (C) 2002-2007 ChatSpike-Dev. - * E-mail: - * - * + * E-mail: + * + * * * 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_eline : public command_t { public: - cmd_eline (InspIRCd* Instance) : command_t(Instance,"ELINE",'o',1) { syntax = " [ :]"; } - CmdResult Handle(const char** parameters, int pcnt, userrec *user); + cmd_eline (InspIRCd* Instance) : command_t(Instance,"ELINE",'o',1) { syntax = " [ :]"; } + CmdResult Handle(const char** parameters, int pcnt, userrec *user); }; #endif -- cgit v1.2.3