diff options
| author | ruki <[email protected]> | 2024-12-10 23:51:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-12-10 23:51:23 +0800 |
| commit | f2c9a6c2669c90e275753e1c1628dad7fca595da (patch) | |
| tree | fc901f64cd5294b5998226fa35fd72a942ecaac1 /core/src/cli | |
| parent | 22983c42f8532c5411d4a1670535182e10155fac (diff) | |
format code
Diffstat (limited to 'core/src/cli')
| -rw-r--r-- | core/src/cli/xmake.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/cli/xmake.c b/core/src/cli/xmake.c index 82ed54e25..bcb0a1a0c 100644 --- a/core/src/cli/xmake.c +++ b/core/src/cli/xmake.c @@ -6,7 +6,6 @@ /* ////////////////////////////////////////////////////////////////////////////////////// * main */ -tb_int_t main(tb_int_t argc, tb_char_t** argv) -{ +tb_int_t main(tb_int_t argc, tb_char_t** argv) { return xm_engine_run("xmake", argc, argv, tb_null, tb_null); } |
