From 489beadf61d05f40dd4ac40e4e5290502f7ad078 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 9 Aug 2025 17:35:26 +0300 Subject: format --- tests/simple_mesh1d/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple_mesh1d/test.c') diff --git a/tests/simple_mesh1d/test.c b/tests/simple_mesh1d/test.c index 293a91c..df86774 100644 --- a/tests/simple_mesh1d/test.c +++ b/tests/simple_mesh1d/test.c @@ -2,7 +2,7 @@ __attribute__((always_inline)) static inline uint64_t mesh1d_addr(uint16_t cluster, uint16_t elem, - uint32_t off) + uint32_t off) { return ((uint64_t)cluster << 48) | ((uint64_t)elem << 32) | off; } -- cgit v1.3