From 17a01fd9a3bad40cb41d884bdee8701e8b61ee6f Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 11 Dec 2025 23:02:00 +0800 Subject: format code --- xmake/modules/cli/binutils/bin2c.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/cli/binutils/bin2c.lua') diff --git a/xmake/modules/cli/binutils/bin2c.lua b/xmake/modules/cli/binutils/bin2c.lua index 423d4f3eb..83e0a88c1 100644 --- a/xmake/modules/cli/binutils/bin2c.lua +++ b/xmake/modules/cli/binutils/bin2c.lua @@ -41,7 +41,7 @@ function main(...) if not opt.binarypath or not opt.outputpath then cprint("${bright}Usage: $${clear}xmake l cli.binutils.bin2c [options]") option.show_options(options, "bin2c") - return + return end -- do bin2c -- cgit v1.3.1