X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Foutput%2Fmanager.c;h=c8ff70c0d1a37917e2f1738512f181de7d3de6b6;hb=4dc2ebcfd1a113b25f6997ff3b66fa52ac41158b;hp=8fd90a5e26bbcfa774b5534b9a6e7e96ee49c601;hpb=8444d8d47de5e5f8d076b6f43f73c2c29494031e;p=pspp-builds.git diff --git a/src/output/manager.c b/src/output/manager.c index 8fd90a5e..c8ff70c0 100644 --- a/src/output/manager.c +++ b/src/output/manager.c @@ -19,11 +19,9 @@ #include #include "manager.h" -#include #include #include #include "output.h" -#include /* Table. */ int table_num = 1; @@ -208,7 +206,9 @@ render_columns (void) { assert (d->cp_y); outp_eject_page (d); - } else { + } + else + { if (len > max_len) max_len = len; @@ -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);