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/test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/test.c') diff --git a/src/test.c b/src/test.c index 9ae5e5b..6bfb2e6 100644 --- a/src/test.c +++ b/src/test.c @@ -5,7 +5,7 @@ int ld_match(lua_State* L){ parray_t* a = parray_init(); int o = match_param((char*)lua_tostring(L, 1), (char*)lua_tostring(L, 2), a); - + if(o == 0){ lua_pushinteger(L, o); return 1; @@ -25,9 +25,9 @@ int ld_match(lua_State* L){ int l_stack_dump(lua_State* L){ /*StkId a = L->top.p-2; - printf("%i %i\n", ttype(s2v(a)), LUA_TSTRING); - printf("is string? %i\n", ttisstring(&a->val)); - printf("%s\n", tsvalue(&a->val)->contents);*/ + printf("%i %i\n", ttype(s2v(a)), LUA_TSTRING); + printf("is string? %i\n", ttisstring(&a->val)); + printf("%s\n", tsvalue(&a->val)->contents);*/ //int level = 0; //lua_lock(L); //for(CallInfo* ci = L->ci; ci != &L->base_ci; ci = ci->previous) level++; -- cgit v1.2.3