mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 17:44:27 +02:00
Reformat code to avoid excessive line lengths
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
aaa24bdd30
commit
9c5229ea39
3 changed files with 18 additions and 11 deletions
4
ui-log.c
4
ui-log.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue