diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-19 18:08:57 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-19 18:08:57 +0000 |
commit | d7324a55fab95b4f51672b701f2dd9cc0836abf8 (patch) | |
tree | c6a948bb962013300a7af5829542321119032443 /include/xline.h | |
parent | 206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a (diff) |
Space indents must die.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7049 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r-- | include/xline.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 + |