summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <[email protected]>2021-03-10 11:18:17 -0500
committerAlan Wu <[email protected]>2021-10-20 18:19:31 -0400
commitc6156e511338450db2f39abc45e1ee1b5508bd6b (patch)
tree9a7e0c03e5dd9cefc613ed78487a3ecf0b92d804 /yjit_codegen.c
parent4ccfbfe6fa9676f4c177fdbd217cecc361c9aa0f (diff)
Fix trailing spaces
Diffstat (limited to 'yjit_codegen.c')
-rw-r--r--yjit_codegen.c2
1 files changed, 1 insertions, 1 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)