mirror of
https://git.zx2c4.com/cgit
synced 2024-11-26 10:28:42 +00:00
ui-shared.c: fix whitespace breakage
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
495e396773
commit
6fb7d09fea
@ -89,7 +89,6 @@ void cgit_print_date(unsigned long secs)
|
|||||||
time = gmtime(&secs);
|
time = gmtime(&secs);
|
||||||
strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", time);
|
strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", time);
|
||||||
html_txt(buf);
|
html_txt(buf);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void cgit_print_docstart(char *title, struct cacheitem *item)
|
void cgit_print_docstart(char *title, struct cacheitem *item)
|
||||||
|
Loading…
Reference in New Issue
Block a user