Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t committed Nov 15, 2024
1 parent d3bce47 commit 07ae1f9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions section/Lua/TableFuncs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,11 @@ int lua_unpack(lua_State *l)
}

const luaL_reg RegTableFuncsDesc[] = {{"getsize2", &lua_tablesize},
{"empty2", &lua_tableempty},
{"getn2", (lua_CFunction)0x00927C20},
{"clone", &TableClone},
{"unpack", &lua_unpack},
{nullptr, nullptr}};

{"empty2", &lua_tableempty},
{"getn2", (lua_CFunction)0x00927C20},
{"clone", &TableClone},
{"unpack", &lua_unpack},
{nullptr, nullptr}};

extern const luaL_reg original_table_funcs[] asm("0x00D47418");

Expand Down

0 comments on commit 07ae1f9

Please sign in to comment.