diff options
| author | ruki <[email protected]> | 2018-06-22 00:56:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-06-21 23:37:24 +0800 |
| commit | 4602c6a9216e98e2729ef9657c1a95f0f29225de (patch) | |
| tree | 10b1f4c308cbc9e6b9688f76a78cd1fb8a916d0f /core/src | |
| parent | a0b9417d98518c71712b63130d54db08b067c298 (diff) | |
format machine codes
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c index f19e458d4..9fe975803 100644 --- a/core/src/xmake/machine.c +++ b/core/src/xmake/machine.c @@ -509,7 +509,7 @@ static tb_void_t xm_machine_init_arch(xm_machine_t* machine) xm_machine_ref_t xm_machine_init() { // done - tb_bool_t ok = tb_false; + tb_bool_t ok = tb_false; xm_machine_t* machine = tb_null; do { |
