]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/Section.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / Section.py
index 5895998158b6dbd4dc284957716f9956ebcff1ce..ca4705a90c95fc62e7bdf11476e1c7f954c35213 100644 (file)
@@ -160,7 +160,7 @@ class Section (SectionClassObject):
                 SuffixMap = FfsInf.GetFinalTargetSuffixMap()\r
                 if Suffix in SuffixMap:\r
                     FileList.extend(SuffixMap[Suffix])\r
-                \r
+\r
         #Process the file lists is alphabetical for a same section type\r
         if len (FileList) > 1:\r
             FileList.sort()\r