]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/PatchCheck.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Scripts / PatchCheck.py
index 43bfc2495c6bd2b16ce51a244c87c55b31786ad9..7b7fba8b70445177aa1100b9ffb74b54cd2c0c9f 100755 (executable)
@@ -285,7 +285,7 @@ class GitDiffCheck:
         if self.state == START:\r
             if line.startswith('diff --git'):\r
                 self.state = PRE_PATCH\r
-                self.filename = line[13:].split(' ',1)[0]\r
+                self.filename = line[13:].split(' ', 1)[0]\r
                 self.is_newfile = False\r
                 self.force_crlf = not self.filename.endswith('.sh')\r
             elif len(line.rstrip()) != 0:\r