summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-02 23:43:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-02 23:46:21 +0900
commitf28e79caaa592e6198a2af66ac4d55719383b67c (patch)
tree271a7e3a9eab43d66ca31975762fcdd03cdd9c6e /shape.h
parentbb0ec7df3220de317f719d1e8b5aa45bd40dad25 (diff)
downloadruby-f28e79caaa592e6198a2af66ac4d55719383b67c.tar.gz
Use consistent style [ci skip]
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);
}