]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/Fv.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / Fv.py
index 6714838f6fc927ab096e8606a877fdfcab48bd48..fb82634ccd7e648915419188873f5ffd899b3c2e 100644 (file)
@@ -379,8 +379,8 @@ class FV (FvClassObject):
                     # check if the file path exists or not\r
                     if not os.path.isfile(FileFullPath):\r
                         GenFdsGlobalVariable.ErrorLogger("Error opening FV Extension Header Entry file %s." % (self.FvExtEntryData[Index]))\r
-                    FvExtFile = open (FileFullPath,'rb')\r
-                    FvExtFile.seek(0,2)\r
+                    FvExtFile = open (FileFullPath, 'rb')\r
+                    FvExtFile.seek(0, 2)\r
                     Size = FvExtFile.tell()\r
                     if Size >= 0x10000:\r
                         GenFdsGlobalVariable.ErrorLogger("The size of FV Extension Header Entry file %s exceeds 0x10000." % (self.FvExtEntryData[Index]))\r