projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6417b81
)
render: Coding style fix.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 4 Aug 2022 23:58:53 +0000
(16:58 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 7 Aug 2022 16:53:13 +0000
(09:53 -0700)
src/output/render.c
patch
|
blob
|
history
diff --git
a/src/output/render.c
b/src/output/render.c
index 7aa80a6977e69abd92f328429627c22a021e7260..08f89a177ed1cc1c3c073974923dff0f4c57e354 100644
(file)
--- a/
src/output/render.c
+++ b/
src/output/render.c
@@
-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;)
{