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/bin2obj.lua | |
| parent | 7b7db07e2cada2ca610a352297aadce993596947 (diff) | |
format code
Diffstat (limited to 'xmake/modules/cli/binutils/bin2obj.lua')
| -rw-r--r-- | xmake/modules/cli/binutils/bin2obj.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/cli/binutils/bin2obj.lua b/xmake/modules/cli/binutils/bin2obj.lua index 9024d4b24..6ee6c2158 100644 --- a/xmake/modules/cli/binutils/bin2obj.lua +++ b/xmake/modules/cli/binutils/bin2obj.lua @@ -46,7 +46,7 @@ function main(...) if not opt.binarypath or not opt.outputpath then cprint("${bright}Usage: $${clear}xmake l cli.binutils.bin2obj [options]") option.show_options(options, "bin2obj") - return + return end -- do bin2obj |
