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
This commit is contained in:
parent
9421b18662
commit
ea54c59a8e
@ -80,7 +80,8 @@ RCLASS_SUPER(VALUE c)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static inline VALUE
|
static inline VALUE
|
||||||
RCLASS_SET_SUPER(VALUE a, VALUE b) {
|
RCLASS_SET_SUPER(VALUE a, VALUE b)
|
||||||
|
{
|
||||||
OBJ_WRITE(a, &RCLASS_EXT(a)->super, b);
|
OBJ_WRITE(a, &RCLASS_EXT(a)->super, b);
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user