diff options
| author | Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com> | 2021-03-10 11:18:17 -0500 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2021-10-20 18:19:31 -0400 |
| commit | c6156e511338450db2f39abc45e1ee1b5508bd6b (patch) | |
| tree | 9a7e0c03e5dd9cefc613ed78487a3ecf0b92d804 | |
| parent | 4ccfbfe6fa9676f4c177fdbd217cecc361c9aa0f (diff) | |
Fix trailing spaces
| -rw-r--r-- | yjit_codegen.c | 2 | ||||
| -rw-r--r-- | yjit_core.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/yjit_codegen.c b/yjit_codegen.c index 0877517850..3ece2b9fe8 100644 --- a/yjit_codegen.c +++ b/yjit_codegen.c @@ -1027,7 +1027,7 @@ gen_branchif(jitstate_t* jit, ctx_t* ctx) return YJIT_END_BLOCK; } -void +void gen_branchunless_branch(codeblock_t* cb, uint8_t* target0, uint8_t* target1, uint8_t shape) { switch (shape) diff --git a/yjit_core.c b/yjit_core.c index 307b28f64d..4640853d57 100644 --- a/yjit_core.c +++ b/yjit_core.c @@ -473,9 +473,9 @@ uint8_t* get_branch_target( void gen_branch( const ctx_t* src_ctx, - blockid_t target0, + blockid_t target0, const ctx_t* ctx0, - blockid_t target1, + blockid_t target1, const ctx_t* ctx1, branchgen_fn gen_fn ) |
