]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/FormatDosFiles.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Scripts / FormatDosFiles.py
index 3b16af5a4413ca7a6b9e5e9994bdec53c1bce921..1c6b8e2b0bb28ddb57b3fd4ce2530ae2270e40e6 100644 (file)
@@ -62,7 +62,7 @@ def FormatFilesInDir(DirPath, ExtList, Args):
         FormatFile(File, Args)\r
 \r
 if __name__ == "__main__":\r
-    parser = argparse.ArgumentParser(prog=__prog__,description=__description__ + __copyright__, conflict_handler = 'resolve')\r
+    parser = argparse.ArgumentParser(prog=__prog__, description=__description__ + __copyright__, conflict_handler = 'resolve')\r
 \r
     parser.add_argument('Path', nargs='+',\r
                         help='the path for files to be converted.It could be directory or file path.')\r