From 8fffb693819323722cd6f8cd94135546bfc39bca Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 20 Jan 2016 14:21:55 +0100 Subject: Various formatting cleanups. --- source/html/html-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/html') diff --git a/source/html/html-layout.c b/source/html/html-layout.c index 96cb6453..1d9885b6 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -1286,7 +1286,7 @@ fz_draw_html(fz_context *ctx, fz_html *box, float page_top, float page_bot, fz_d static char *concat_text(fz_context *ctx, fz_xml *root) { - fz_xml *node; + fz_xml *node; int i = 0, n = 1; char *s; for (node = fz_xml_down(root); node; node = fz_xml_next(node)) -- cgit v1.2.3