ui-patch.c: Add additional newline after each patch

For consistency with git-format-patch(1).

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2013-08-26 20:38:33 +02:00
зафіксовано Jason A. Donenfeld
джерело 334aed8ab4
коміт 840858594e
2 змінених файлів з 3 додано та 3 видалено

@@ -80,6 +80,6 @@ void cgit_print_patch(const char *new_rev, const char *old_rev,
while ((commit = get_revision(&rev)) != NULL) {
log_tree_commit(&rev, commit);
printf("-- \ncgit %s\n", cgit_version);
printf("-- \ncgit %s\n\n", cgit_version);
}
}