mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix indentation in comment in class.c
This commit is contained in:
parent
29323505a6
commit
7e44440774
1 changed files with 3 additions and 3 deletions
6
class.c
6
class.c
|
@ -32,9 +32,9 @@
|
||||||
|
|
||||||
/* Flags of T_CLASS
|
/* Flags of T_CLASS
|
||||||
*
|
*
|
||||||
* 2: RCLASS_SUPERCLASSES_INCLUDE_SELF
|
* 2: RCLASS_SUPERCLASSES_INCLUDE_SELF
|
||||||
* The RCLASS_SUPERCLASSES contains the class as the last element.
|
* The RCLASS_SUPERCLASSES contains the class as the last element.
|
||||||
* This means that this class owns the RCLASS_SUPERCLASSES list.
|
* This means that this class owns the RCLASS_SUPERCLASSES list.
|
||||||
* if !SHAPE_IN_BASIC_FLAGS
|
* if !SHAPE_IN_BASIC_FLAGS
|
||||||
* 4-19: SHAPE_FLAG_MASK
|
* 4-19: SHAPE_FLAG_MASK
|
||||||
* Shape ID for the class.
|
* Shape ID for the class.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue