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/panels | |
| parent | 70aac0f1e6dd6fc48d0061c28a779e33db10b290 (diff) | |
Fix some indentation issues
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 31285aea2..a37c17fd8 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -578,14 +578,14 @@ void PlacesItemModel::slotDeviceRemoved(const QString& udi) delete item; return; } - } + } - for (int i = 0; i < count(); ++i) { - if (placesItem(i)->udi() == udi) { - removeItem(i); - return; - } - } + for (int i = 0; i < count(); ++i) { + if (placesItem(i)->udi() == udi) { + removeItem(i); + return; + } + } } void PlacesItemModel::slotStorageTeardownDone(Solid::ErrorType error, const QVariant& errorData) |
