diff options
author | Peter Zhu <[email protected]> | 2024-03-06 10:36:46 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-03-06 10:36:46 -0500 |
commit | 7e4444077439e83772fd628a9121dcf54c6989cc (patch) | |
tree | ec2f6a4908679706c768d714d1a7e5adcbd98045 /class.c | |
parent | 29323505a6aed4bfd6ca594b220f04c09a2cd429 (diff) |
[DOC] Fix indentation in comment in class.c
Diffstat (limited to 'class.c')
-rw-r--r-- | class.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -32,9 +32,9 @@ /* Flags of T_CLASS * - * 2: RCLASS_SUPERCLASSES_INCLUDE_SELF - * The RCLASS_SUPERCLASSES contains the class as the last element. - * This means that this class owns the RCLASS_SUPERCLASSES list. + * 2: RCLASS_SUPERCLASSES_INCLUDE_SELF + * The RCLASS_SUPERCLASSES contains the class as the last element. + * This means that this class owns the RCLASS_SUPERCLASSES list. * if !SHAPE_IN_BASIC_FLAGS * 4-19: SHAPE_FLAG_MASK * Shape ID for the class. |