1
0
Derivar 0

ui-shared.c: fix whitespace breakage

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Este cometimento está contido em:
Lars Hjemli 2007-05-15 00:22:03 +02:00
ascendente 495e396773
cometimento 6fb7d09fea
1 ficheiros modificados com 5 adições e 6 eliminações

Ver ficheiro

@ -89,7 +89,6 @@ void cgit_print_date(unsigned long secs)
time = gmtime(&secs);
strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", time);
html_txt(buf);
}
void cgit_print_docstart(char *title, struct cacheitem *item)