summaryrefslogtreecommitdiff
path: root/core/src/xmake/package
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-10 23:20:11 +0800
committerruki <[email protected]>2025-11-10 23:20:11 +0800
commitef701a4dce8b7d9a663e084d1fc0b243ddae9397 (patch)
tree45fd20851dd3480bd042dd14af77286c4289d190 /core/src/xmake/package
parent6db4c62a474e380071625fa5cb7743972a562940 (diff)
format core code again
Diffstat (limited to 'core/src/xmake/package')
-rw-r--r--core/src/xmake/package/loadxmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/xmake/package/loadxmi.c b/core/src/xmake/package/loadxmi.c
index 15a579f91..e0b90cb3e 100644
--- a/core/src/xmake/package/loadxmi.c
+++ b/core/src/xmake/package/loadxmi.c
@@ -76,8 +76,8 @@ tb_int_t xm_package_loadxmi(lua_State *lua) {
}
// setup lua interfaces
- static xmi_lua_ops_t s_luaops = { 0 };
- static tb_bool_t s_luaops_inited = tb_false;
+ static xmi_lua_ops_t s_luaops = { 0 };
+ static tb_bool_t s_luaops_inited = tb_false;
if (!s_luaops_inited) {
// get functions
#ifdef XMI_USE_LUAJIT