Align the "; Next union/fragment" comments with their symbols

This commit is contained in:
Rangi
2022-11-06 17:38:12 -05:00
committed by Eldred Habert
parent 32cb0558e4
commit 79748afdc4

View File

@@ -469,9 +469,11 @@ static uint16_t writeMapBank(struct SortedSections const *sectList,
if (sect->nextu) {
// Announce the following "piece"
if (sect->nextu->modifier == SECTION_UNION)
fprintf(mapFile, "\t\t; Next union\n");
fprintf(mapFile,
"\t ; Next union\n");
else if (sect->nextu->modifier == SECTION_FRAGMENT)
fprintf(mapFile, "\t\t; Next fragment\n");
fprintf(mapFile,
"\t ; Next fragment\n");
}
sect = sect->nextu; // Also print symbols in the following "pieces"