From a67dc94484cf9869793fc1861914b800a6559a74 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 30 Sep 2025 18:10:02 -0500 Subject: fix indentation!!! --- src/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math.h') diff --git a/src/math.h b/src/math.h index 22d9b13..17e477e 100644 --- a/src/math.h +++ b/src/math.h @@ -9,7 +9,7 @@ int l_gcd(lua_State*); static const luaL_Reg math_function_list [] = { {"lcm",l_lcm}, //{"gcd",l_gcd}, - + {NULL,NULL} }; -- cgit v1.2.3