diff options
| author | ruki <[email protected]> | 2025-11-10 23:20:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-10 23:20:11 +0800 |
| commit | ef701a4dce8b7d9a663e084d1fc0b243ddae9397 (patch) | |
| tree | 45fd20851dd3480bd042dd14af77286c4289d190 /core/src/xmake/os/syserror.c | |
| parent | 6db4c62a474e380071625fa5cb7743972a562940 (diff) | |
format core code again
Diffstat (limited to 'core/src/xmake/os/syserror.c')
| -rw-r--r-- | core/src/xmake/os/syserror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/os/syserror.c b/core/src/xmake/os/syserror.c index 3ef2a5c52..85309ac4d 100644 --- a/core/src/xmake/os/syserror.c +++ b/core/src/xmake/os/syserror.c @@ -37,7 +37,7 @@ tb_int_t xm_os_syserror(lua_State *lua) { tb_assert_and_check_return_val(lua, 0); // get syserror state - tb_int_t err = 0; + tb_int_t err = 0; tb_size_t syserror = tb_syserror_state(); switch (syserror) { case TB_STATE_SYSERROR_NOT_PERM: |
