Reformat code to avoid excessive line lengths

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli 2006-12-16 19:35:31 +01:00
parent aaa24bdd30
commit 9c5229ea39
3 changed files with 18 additions and 11 deletions

View file

@ -49,7 +49,9 @@ void cgit_print_log(const char *tip, int ofs, int cnt)
html("<h2>Log</h2>");
html("<table class='list log'>");
html("<tr><th class='left'>Date</th><th class='left'>Message</th><th class='left'>Author</th></tr>\n");
html("<tr><th class='left'>Date</th>"
"<th class='left'>Message</th>"
"<th class='left'>Author</th></tr>\n");
if (ofs<0)
ofs = 0;