summaryrefslogtreecommitdiff
path: root/include/xline.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xline.h')
-rw-r--r--include/xline.h9
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
+