mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Fix textwidth.
This commit is contained in:
parent
7c88ed8454
commit
62b33fbf2d
1 changed files with 4 additions and 1 deletions
|
@ -154,7 +154,10 @@ static int _csync_merge_algorithm_visitor(void *obj, void *data) {
|
|||
}
|
||||
}
|
||||
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG, "file: %s, instruction: %s", cur->path, csync_instruction_str(cur->instruction));
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG,
|
||||
"file: %s, instruction: %s",
|
||||
cur->path,
|
||||
csync_instruction_str(cur->instruction));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue