From 1853f5d6594bc371e4d8e631c24acd011a620915 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 9 Aug 2025 17:20:05 +0300 Subject: refactor mesh3d to match 2d,1d --- tests/simple_mesh2d/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple_mesh2d/test.c') diff --git a/tests/simple_mesh2d/test.c b/tests/simple_mesh2d/test.c index d607a59..431245c 100644 --- a/tests/simple_mesh2d/test.c +++ b/tests/simple_mesh2d/test.c @@ -48,7 +48,7 @@ do_work: *control = next_idx(x, y, X, Y); if (x == X - 1 && y == Y - 1) - asm("ebreak"); + asm ("ebreak"); /* otherwise just loop */ while (1) {} -- cgit v1.3