summaryrefslogtreecommitdiff
path: root/core/src/xmake/path
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/path
parent6db4c62a474e380071625fa5cb7743972a562940 (diff)
format core code again
Diffstat (limited to 'core/src/xmake/path')
-rw-r--r--core/src/xmake/path/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c
index 8d1debda0..0c2b22a1b 100644
--- a/core/src/xmake/path/translate.c
+++ b/core/src/xmake/path/translate.c
@@ -37,7 +37,7 @@ tb_int_t xm_path_translate(lua_State *lua) {
tb_assert_and_check_return_val(lua, 0);
// get the path
- size_t path_size = 0;
+ size_t path_size = 0;
tb_char_t const *path = luaL_checklstring(lua, 1, &path_size);
tb_check_return_val(path, 0);