aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ListWidget.cpp')
-rw-r--r--gui/ListWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp
index a6cf672f6d..929a8a8319 100644
--- a/gui/ListWidget.cpp
+++ b/gui/ListWidget.cpp
@@ -381,7 +381,7 @@ void ListWidget::startEditMode() {
}
void ListWidget::endEditMode() {
- if(!_editMode)
+ if (!_editMode)
return;
// send a message that editing finished with a return/enter key press
_editMode = false;