@@ -2701,14 +2701,14 @@ USTATUS FfsParser::parseSectionHeader(const UByteArray & section, const UINT32 l
27012701
27022702 const EFI_COMMON_SECTION_HEADER* sectionHeader = (const EFI_COMMON_SECTION_HEADER*)(section.constData ());
27032703 switch (sectionHeader->Type ) {
2704- // Special
2704+ // Special
27052705 case EFI_SECTION_COMPRESSION: return parseCompressedSectionHeader (section, localOffset, parent, index, probe);
27062706 case EFI_SECTION_GUID_DEFINED: return parseGuidedSectionHeader (section, localOffset, parent, index, probe);
27072707 case EFI_SECTION_FREEFORM_SUBTYPE_GUID: return parseFreeformGuidedSectionHeader (section, localOffset, parent, index, probe);
27082708 case EFI_SECTION_VERSION: return parseVersionSectionHeader (section, localOffset, parent, index, probe);
27092709 case PHOENIX_SECTION_POSTCODE:
27102710 case INSYDE_SECTION_POSTCODE: return parsePostcodeSectionHeader (section, localOffset, parent, index, probe);
2711- // Common
2711+ // Common
27122712 case EFI_SECTION_DISPOSABLE:
27132713 case EFI_SECTION_DXE_DEPEX:
27142714 case EFI_SECTION_PEI_DEPEX:
@@ -2720,7 +2720,7 @@ USTATUS FfsParser::parseSectionHeader(const UByteArray & section, const UINT32 l
27202720 case EFI_SECTION_USER_INTERFACE:
27212721 case EFI_SECTION_FIRMWARE_VOLUME_IMAGE:
27222722 case EFI_SECTION_RAW: return parseCommonSectionHeader (section, localOffset, parent, index, probe);
2723- // Unknown
2723+ // Unknown
27242724 default :
27252725 USTATUS result = parseCommonSectionHeader (section, localOffset, parent, index, probe);
27262726 if (!probe)
0 commit comments