diff options
author | Alan Wu <[email protected]> | 2021-09-29 14:58:01 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:41 -0400 |
commit | a10cf74e5c727cce2612958dca1c5ac6ece1a098 () | |
tree | d0bb0cceb8b5b92adfe8edcd124c4a0211ff1cbd /yjit_iface.h | |
parent | 5b68d14c2fcacc2f185a1933ce9b102cb06b1ba5 (diff) |
style: align pointer "*" to the right
-rw-r--r-- | yjit_iface.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -139,7 +139,7 @@ void yjit_block_assumptions_free(block_t *block); VALUE rb_yjit_code_page_alloc(void); code_page_t *rb_yjit_code_page_unwrap(VALUE cp_obj); -void rb_yjit_get_cb(codeblock_t* cb, uint8_t* code_ptr); -void rb_yjit_get_ocb(codeblock_t* cb, uint8_t* code_ptr); #endif // #ifndef YJIT_IFACE_H |