mirror of
https://git.zx2c4.com/cgit
synced 2025-07-16 05:04:35 +02:00
White space around control verbs.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
53bc747d31
commit
bdae1d8a8d
16 changed files with 42 additions and 42 deletions
|
@ -184,7 +184,7 @@ void cgit_print_diffstat(const unsigned char *old_sha1,
|
|||
max_changes = 0;
|
||||
cgit_diff_tree(old_sha1, new_sha1, inspect_filepair, prefix,
|
||||
ctx.qry.ignorews);
|
||||
for(i = 0; i<files; i++)
|
||||
for (i = 0; i<files; i++)
|
||||
print_fileinfo(&items[i]);
|
||||
html("</table>");
|
||||
html("<div class='diffstat-summary'>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue