tab formatting (just a little more ;p)
authorMichael Schuster <michael@schuster.ms>
Sun, 27 Oct 2019 16:03:23 +0000 (17:03 +0100)
committerMichael Schuster <michael@schuster.ms>
Sun, 27 Oct 2019 16:03:23 +0000 (17:03 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/libsync/syncengine.cpp

index eb71dd01ffbf4d8120affba46be50f02c994a04e..24732d9753b0601a48840e4b07546007aff610ff 100644 (file)
@@ -1069,12 +1069,12 @@ void SyncEngine::slotDiscoveryJobFinished(int discoveryResult)
         }
     }
 
-       bool hasChange = false;
-       bool hasDelete = false;
+    bool hasChange = false;
+    bool hasDelete = false;
     int lastChangeInstruction = 0;
     int lastDeleteInstruction = 0;
 
-       // Only if list is populated, can be empty under certain circumstances
+    // Only if list is populated, can be empty under certain circumstances
     // Get CHANGE instructions to the top first
     if (syncItems.count() > 0) {
         std::sort(syncItems.begin(), syncItems.end(),