aboutsummaryrefslogtreecommitdiffstats
path: root/ui-log.c
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2006-12-17 03:35:31 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2006-12-17 05:02:02 (JST)
commit9c5229ea394808f90433ee84439503bee124e1de (patch)
treee43a0a6336bd7c66891ba64da90319c2e866714b /ui-log.c
parentaaa24bdd30303128bded8487cd9f63b54c3b8dcd (diff)
downloadcgit-9c5229ea394808f90433ee84439503bee124e1de.zip
cgit-9c5229ea394808f90433ee84439503bee124e1de.tar.gz
Reformat code to avoid excessive line lengths
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-log.c')
-rw-r--r--ui-log.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui-log.c b/ui-log.c
index b7da49f..def96f6 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -49,7 +49,9 @@ void cgit_print_log(const char *tip, int ofs, int cnt)
49 49
50 html("<h2>Log</h2>"); 50 html("<h2>Log</h2>");
51 html("<table class='list log'>"); 51 html("<table class='list log'>");
52 html("<tr><th class='left'>Date</th><th class='left'>Message</th><th class='left'>Author</th></tr>\n"); 52 html("<tr><th class='left'>Date</th>"
53 "<th class='left'>Message</th>"
54 "<th class='left'>Author</th></tr>\n");
53 55
54 if (ofs<0) 56 if (ofs<0)
55 ofs = 0; 57 ofs = 0;