forked from qt-creator/qt-creator
Fix whitespaces
Change-Id: I80381a43cdae20654ebecf341a48cb22c1c018e5 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user