mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
tab formatting (just a little more ;p)
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
parent
66912071a8
commit
25076f2ddc
1 changed files with 3 additions and 3 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue