From ea54c59a8e7daf3f0a05eead6415f39c52e3a0fc Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 25 May 2013 14:55:18 +0000 Subject: internal.h: adjust indent * internal.h (RCLASS_SUPER, RCLASS_SET_SUPER): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/internal.h b/internal.h index b0c36a89bb..2cf4ea7c3b 100644 --- a/internal.h +++ b/internal.h @@ -76,13 +76,14 @@ struct rb_classext_struct { static inline VALUE RCLASS_SUPER(VALUE c) { - return RCLASS_EXT(c)->super; + return RCLASS_EXT(c)->super; } static inline VALUE -RCLASS_SET_SUPER(VALUE a, VALUE b) { - OBJ_WRITE(a, &RCLASS_EXT(a)->super, b); - return b; +RCLASS_SET_SUPER(VALUE a, VALUE b) +{ + OBJ_WRITE(a, &RCLASS_EXT(a)->super, b); + return b; } struct vtm; /* defined by timev.h */ -- cgit v1.2.3