summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
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