From 7e4444077439e83772fd628a9121dcf54c6989cc Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 6 Mar 2024 10:36:46 -0500 Subject: [PATCH] [DOC] Fix indentation in comment in class.c --- class.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class.c b/class.c index 11894fccea..66a3d056b3 100644 --- a/class.c +++ b/class.c @@ -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.