From 9de44134c0bf0af7f04384581fdc3cb268e65a81 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 20 Aug 2013 13:58:09 +0200 Subject: [PATCH] Fix whitespaces Change-Id: I80381a43cdae20654ebecf341a48cb22c1c018e5 Reviewed-by: Tobias Hunger --- src/plugins/texteditor/basetexteditor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/texteditor/basetexteditor.cpp b/src/plugins/texteditor/basetexteditor.cpp index 8ffbf647ed9..ea27bbb908b 100644 --- a/src/plugins/texteditor/basetexteditor.cpp +++ b/src/plugins/texteditor/basetexteditor.cpp @@ -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()