]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-patch.c
ui-patch.c: Add additional newline after each patch
[ps-cgit] / ui-patch.c
index 6df105e397a5e8589eecbef7db2489ca8345ed5c..333bb99a3864dda876185080aa88704ea866be30 100644 (file)
@@ -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);
        }
 }