From 25076f2ddcf00e7962075ddc18473535a616f87e Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Sun, 27 Oct 2019 17:03:23 +0100 Subject: [PATCH] tab formatting (just a little more ;p) Signed-off-by: Michael Schuster --- src/libsync/syncengine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp index eb71dd01f..24732d975 100644 --- a/src/libsync/syncengine.cpp +++ b/src/libsync/syncengine.cpp @@ -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(), -- 2.30.2