C++ indenter: Fix for extending if conditions.

Task-number: QTCREATORBUG-1825
This commit is contained in:
Christian Kamm
2010-07-08 13:07:32 +02:00
parent aaf2912857
commit c8fae11222
2 changed files with 8 additions and 6 deletions

View File

@@ -266,7 +266,7 @@ void tst_CodeFormatter::ifStatementLongCondition()
<< Line(" || (a + b > 4")
<< Line(" && foo(bar)")
<< Line(" )")
<< Line(" ) {")
<< Line(" ) {")
<< Line(" foo;")
<< Line(" }")
<< Line("}");