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/xline.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/xline.h') diff --git a/include/xline.h b/include/xline.h index 0b4ef6e12..478a02125 100644 --- a/include/xline.h +++ b/include/xline.h @@ -122,9 +122,9 @@ class CoreExport GLine : public XLine class CoreExport ELine : public XLine { public: - /** Hostmask (ident@host) to match against - * May contain wildcards. - */ + /** Hostmask (ident@host) to match against + * May contain wildcards. + */ ELine(time_t s_time, long d, const char* src, const char* re, const char* ident, const char* host) : XLine(s_time, d, src, re) { identmask = strdup(ident); @@ -138,7 +138,7 @@ class CoreExport ELine : public XLine } char* identmask; - char* hostmask; + char* hostmask; }; /** ZLine class @@ -442,3 +442,4 @@ class CoreExport XLineManager }; #endif + -- cgit v1.2.3