projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6691207
)
tab formatting (just a little more ;p)
author
Michael Schuster
<michael@schuster.ms>
Sun, 27 Oct 2019 16:03:23 +0000
(17:03 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/src/libsync/syncengine.cpp
b/src/libsync/syncengine.cpp
index eb71dd01ffbf4d8120affba46be50f02c994a04e..24732d9753b0601a48840e4b07546007aff610ff 100644
(file)
--- 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(),