]> andersk Git - svn-all-fast-export.git/commitdiff
This should be a space
authorThiago Macieira <thiago@cassini.local.lan>
Mon, 24 Dec 2007 23:35:50 +0000 (21:35 -0200)
committerThiago Macieira <thiago@cassini.local.lan>
Mon, 24 Dec 2007 23:35:50 +0000 (21:35 -0200)
src/ruleparser.cpp

index c90d10346173d8c36e5fe68cd19628ee9c6c62cc..0f675ddaa20e697721fec4d34b8366cd2aca8b28 100644 (file)
@@ -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
This page took 0.043159 seconds and 5 git commands to generate.