add lua funcs names to Spell words && use tabs instead spaces

This commit is contained in:
2025-04-05 17:49:35 +05:00
parent 273e9edfc7
commit 5dc9f2ca31
11 changed files with 1586 additions and 1558 deletions

View File

@@ -6,7 +6,7 @@
#include <lauxlib.h>
#include <sys/ksys.h>
static inline void syscalls_register_scancodes(lua_State *L)
static inline void syscalls_register_scancodes(lua_State* L)
{
lua_newtable(L);