replace some leading tabs that had crept in

This commit is contained in:
nhmall
2024-06-10 10:57:59 -04:00
parent bc897ac69c
commit 588b3ae92f
11 changed files with 16 additions and 16 deletions

View File

@@ -2000,7 +2000,7 @@ nhl_pcall_handle(lua_State *L, int nargs, int nresults, const char *name,
nud->name ? nud->name : "(unknown)",
lua_tostring(L, -1));
/* Drop the error. If the caller cares, use nhl_pcall(). */
lua_pop(L, 1);
lua_pop(L, 1);
}
}
return rv;