From 6ae346bafbe857d341c4470a0166f3f96210270b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 14 May 2006 20:11:50 +0000 Subject: [PATCH] Fix style of "else" clause. --- src/output/manager.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/output/manager.c b/src/output/manager.c index ba9cfe94..c8ff70c0 100644 --- a/src/output/manager.c +++ b/src/output/manager.c @@ -279,7 +279,9 @@ render_segments (void) { assert (d->cp_y); outp_eject_page (d); - } else { + } + else + { t->class->title (x_index ? x_index : y_index, x_index ? y_index : 0); t->class->render (x0, y0, x1, y1); -- 2.30.2