diff options
| author | 2021-08-17 21:13:05 +0100 | |
|---|---|---|
| committer | 2021-08-17 21:13:05 +0100 | |
| commit | 8e6d811f34146ab4591e9ca88d5b84cf0c4bca52 (patch) | |
| tree | f2fb6c6422c962468b4e4930186e494d6f570e28 /src/modules/m_rline.cpp | |
| parent | Fix the Detach method which got borked during a rebase. (diff) | |
| download | inspircd++-8e6d811f34146ab4591e9ca88d5b84cf0c4bca52.tar.gz inspircd++-8e6d811f34146ab4591e9ca88d5b84cf0c4bca52.tar.bz2 inspircd++-8e6d811f34146ab4591e9ca88d5b84cf0c4bca52.zip | |
Remove a bunch of unnecessary whitespace.
Diffstat (limited to 'src/modules/m_rline.cpp')
| -rw-r--r-- | src/modules/m_rline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_rline.cpp b/src/modules/m_rline.cpp index 513eeb5c7..2b412fe0e 100644 --- a/src/modules/m_rline.cpp +++ b/src/modules/m_rline.cpp @@ -91,7 +91,6 @@ class RLine : public XLine Regex::PatternPtr regex; }; - /** An XLineFactory specialized to generate RLine* pointers */ class RLineFactory : public XLineFactory |
