summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-09-29 14:58:01 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:41 -0400
commita10cf74e5c727cce2612958dca1c5ac6ece1a098 (patch)
treed0bb0cceb8b5b92adfe8edcd124c4a0211ff1cbd /yjit_iface.h
parent5b68d14c2fcacc2f185a1933ce9b102cb06b1ba5 (diff)
style: align pointer "*" to the right
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 7820cafc99..de6c94da9a 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -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);
+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