This commit is contained in:
Roberto Raggi
2009-09-04 13:45:44 +02:00
parent 80a46231f1
commit dd7daa4579

View File

@@ -623,7 +623,7 @@ void ScriptEditor::indentBlock(QTextDocument *, QTextBlock block, QChar typedCha
QTextCursor tc(block);
if (typedChar == QLatin1Char('}')
if (typedChar == QLatin1Char('}'))
tc = textCursor();
if (TextEditor::TextBlockUserData::findPreviousBlockOpenParenthesis(&tc)) {