Fix textwidth.

This commit is contained in:
Andreas Schneider 2009-05-25 11:59:30 +02:00
parent 7c88ed8454
commit 62b33fbf2d

View file

@ -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;
}