Fix whitespaces

Change-Id: I80381a43cdae20654ebecf341a48cb22c1c018e5
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-08-20 13:58:09 +02:00
parent e2d247cee8
commit 9de44134c0

View File

@@ -1998,7 +1998,7 @@ void BaseTextEditorWidget::insertCodeSnippet(const QTextCursor &cursor_arg, cons
setExtraSelections(BaseTextEditorWidget::SnippetPlaceholderSelection, selections);
if (! selections.isEmpty()) {
if (!selections.isEmpty()) {
const QTextEdit::ExtraSelection &selection = selections.first();
cursor = textCursor();
@@ -2010,7 +2010,6 @@ void BaseTextEditorWidget::insertCodeSnippet(const QTextCursor &cursor_arg, cons
}
setTextCursor(cursor);
}
}
void BaseTextEditorWidget::universalHelper()