mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
tab formatting
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
10a5e75cd8
commit
e9438549f4
1 changed files with 4 additions and 4 deletions
|
@ -367,10 +367,10 @@ quint64 OwncloudPropagator::smallFileSize()
|
|||
}
|
||||
|
||||
void OwncloudPropagator::start(const SyncFileItemVector &items,
|
||||
const bool &hasChange,
|
||||
const int &lastChangeInstruction,
|
||||
const bool &hasDelete,
|
||||
const int &lastDeleteInstruction)
|
||||
const bool &hasChange,
|
||||
const int &lastChangeInstruction,
|
||||
const bool &hasDelete,
|
||||
const int &lastDeleteInstruction)
|
||||
{
|
||||
if (!hasChange && !hasDelete) {
|
||||
Q_ASSERT(std::is_sorted(items.begin(), items.end()));
|
||||
|
|
Loading…
Reference in a new issue