ui-shared.c: fix whitespace breakage

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli 2007-05-15 00:22:03 +02:00
والد 495e396773
کامیت 6fb7d09fea
1فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده

مشاهده پرونده

@ -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)