From: Ben Pfaff Date: Sun, 14 May 2006 20:11:50 +0000 (+0000) Subject: Fix style of "else" clause. X-Git-Tag: v0.6.0~853 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae346bafbe857d341c4470a0166f3f96210270b;p=pspp-builds.git Fix style of "else" clause. --- 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);