render: Coding style fix.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 4 Aug 2022 23:58:53 +0000 (16:58 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 7 Aug 2022 16:53:13 +0000 (09:53 -0700)
src/output/render.c

index 7aa80a6977e69abd92f328429627c22a021e7260..08f89a177ed1cc1c3c073974923dff0f4c57e354 100644 (file)
@@ -731,7 +731,7 @@ render_page_create (const struct render_params *params, struct table *table,
      span multiple columns. */
   struct render_row *columns[2];
   for (int i = 0; i < 2; i++)
-    columns[i] = xcalloc (nc , sizeof *columns[i]);
+    columns[i] = xcalloc (nc, sizeof *columns[i]);
   for (int y = 0; y < nr; y++)
     for (int x = 0; x < nc;)
       {