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/reg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/reg.c') diff --git a/src/reg.c b/src/reg.c index bb1cf18..440a6f0 100644 --- a/src/reg.c +++ b/src/reg.c @@ -32,8 +32,8 @@ open_common(test, test_config); #define push(T, name)\ lua_pushstring(L, #name);\ - luaopen_lullaby_##name(L);\ - lua_settable(L, T); +luaopen_lullaby_##name(L);\ +lua_settable(L, T); int luaopen_lullaby(lua_State* L) { -- cgit v1.2.3