From a10cf74e5c727cce2612958dca1c5ac6ece1a098 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Wed, 29 Sep 2021 14:58:01 -0400 Subject: style: align pointer "*" to the right --- yjit_iface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yjit_iface.h') 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 -- cgit v1.2.3