From ef701a4dce8b7d9a663e084d1fc0b243ddae9397 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 10 Nov 2025 23:20:11 +0800 Subject: format core code again --- core/src/xmake/utils/bin2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/xmake/utils') diff --git a/core/src/xmake/utils/bin2c.c b/core/src/xmake/utils/bin2c.c index 61befeaa9..b39217e0c 100644 --- a/core/src/xmake/utils/bin2c.c +++ b/core/src/xmake/utils/bin2c.c @@ -119,7 +119,7 @@ tb_int_t xm_utils_bin2c(lua_State *lua) { tb_bool_t nozeroend = (tb_bool_t)lua_toboolean(lua, 4); // do dump - tb_bool_t ok = tb_false; + tb_bool_t ok = tb_false; tb_stream_ref_t istream = tb_stream_init_from_file(binaryfile, TB_FILE_MODE_RO); tb_stream_ref_t ostream = tb_stream_init_from_file(outputfile, TB_FILE_MODE_RW | TB_FILE_MODE_CREAT | TB_FILE_MODE_TRUNC); -- cgit v1.3.1