summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'shape.h')
-rw-r--r--shape.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shape.h b/shape.h
index 46e7b8aa44..4bdc65a13a 100644
--- a/shape.h
+++ b/shape.h
@@ -114,7 +114,8 @@ MJIT_SYMBOL_EXPORT_BEGIN
shape_id_t rb_rclass_shape_id(VALUE obj);
MJIT_SYMBOL_EXPORT_END
-static inline shape_id_t RCLASS_SHAPE_ID(VALUE obj) {
+static inline shape_id_t RCLASS_SHAPE_ID(VALUE obj)
+{
return rb_rclass_shape_id(obj);
}