aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruleparser.cpp')
-rw-r--r--src/ruleparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruleparser.cpp b/src/ruleparser.cpp
index c90d103..0f675dd 100644
--- a/src/ruleparser.cpp
+++ b/src/ruleparser.cpp
@@ -144,7 +144,7 @@ void Rules::load()
QDebug operator<<(QDebug s, const Rules::Match &rule)
{
s.nospace() << rule.rx.pattern() << " (line " << rule.lineNumber << ")";
- return s.maybeSpace();
+ return s.space();
}
#endif