From 489beadf61d05f40dd4ac40e4e5290502f7ad078 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 9 Aug 2025 17:35:26 +0300 Subject: format --- src/mesh/node2d.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesh/node2d.c') diff --git a/src/mesh/node2d.c b/src/mesh/node2d.c index 569bd68..7bfe02a 100644 --- a/src/mesh/node2d.c +++ b/src/mesh/node2d.c @@ -126,7 +126,8 @@ static stat node2d_clock(struct node2d *n) propagate(&south_out(n), 4, south, south_sel, &helper); propagate(&west_out(n), 4, west, west_sel, &helper); - struct reg *all[] = {r, &north_in(n), &east_in(n), &south_in(n), &west_in(n)}; + struct reg *all[] = {r, &north_in(n), &east_in(n), &south_in(n), + &west_in(n)}; for (int i = 0; i < n->elems; ++i) { helper.elem = i; propagate(&n->out[i], 5, all, elem_sel, &helper); -- cgit v1.3