On 6/11/24 07:40, Wei Yang wrote: [ ... ]
+/* Keep a table to reserve named memory */ +#define RESERVE_MEM_MAX_ENTRIES 8 +#define RESERVE_MEM_NAME_SIZE 16^ Suggest to align with previous line.
It _is_ aligned. It just looks unaligned because of the "+" at the beginning of the patch. Guenter