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/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 60d4079..3b6cd56 100644 --- a/src/config.c +++ b/src/config.c @@ -83,7 +83,7 @@ int m_config_newindex(lua_State* L){ int i_config_metatable(lua_State* L, struct config* conf){ int idx = lua_gettop(L); luaI_tsetlud(L, idx, "_config", conf); - + lua_newtable(L); int meta_idx = lua_gettop(L); luaI_tsetcf(L, meta_idx, "__index", m_config_index); -- cgit v1.2.3