render: Coding style fix.
[pspp] / 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;)
       {