tab formatting (just a little more ;p)

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2019-10-27 17:03:23 +01:00
parent 66912071a8
commit 25076f2ddc
No known key found for this signature in database
GPG key ID: 00819E3BF4177B28

View 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(),