diff options
| author | ruki <[email protected]> | 2025-12-11 23:02:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-12 09:00:43 +0800 |
| commit | 17a01fd9a3bad40cb41d884bdee8701e8b61ee6f (patch) | |
| tree | 33f961590a93fa0ea883b5127153397805d3b5b1 /xmake/modules/cli/binutils/bin2c.lua | |
| parent | 7b7db07e2cada2ca610a352297aadce993596947 (diff) | |
format code
Diffstat (limited to 'xmake/modules/cli/binutils/bin2c.lua')
| -rw-r--r-- | xmake/modules/cli/binutils/bin2c.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
