diff options
| author | Frank Reininghaus <[email protected]> | 2012-10-30 08:25:21 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2012-10-30 08:25:21 +0100 |
| commit | 1353c92cce7ebc805b51d90f0bbb0c95dca0f2cb (patch) | |
| tree | db18c67402689f3f6961cb3a3a208d419dc4d1dd /src/dolphinmainwindow.cpp | |
| parent | 70aac0f1e6dd6fc48d0061c28a779e33db10b290 (diff) | |
Fix some indentation issues
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index b4a25a7cf..11e03d0f1 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -617,7 +617,7 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event) break; case KDialog::No: // Close only the current tab - closeTab(); + closeTab(); default: event->ignore(); return; @@ -683,7 +683,7 @@ void DolphinMainWindow::readProperties(const KConfigGroup& group) // openNewTab() needs to be called only tabCount - 1 times if (i != tabCount - 1) { - openNewTab(); + openNewTab(); } } |
