aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago@cassini.local.lan>2007-12-24 21:35:50 -0200
committerThiago Macieira <thiago@cassini.local.lan>2007-12-24 21:35:50 -0200
commitb019fed71c84032e3f21fa219b6b118e6dde2928 (patch)
treec3027504bdcfcf3439999f65d682a68c96a20eed /src/ruleparser.cpp
parent2ddd1758e673d8d5eba2a298eb1c5ad2760b481b (diff)
downloadsvn2git-b019fed71c84032e3f21fa219b6b118e6dde2928.tar
svn2git-b019fed71c84032e3f21fa219b6b118e6dde2928.tar.gz
svn2git-b019fed71c84032e3f21fa219b6b118e6dde2928.tar.bz2
svn2git-b019fed71c84032e3f21fa219b6b118e6dde2928.tar.xz
svn2git-b019fed71c84032e3f21fa219b6b118e6dde2928.zip
This should be a space
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