]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Tests/CheckPythonSyntax.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Tests / CheckPythonSyntax.py
index a55b29de4713ff4365c5d7a17ea0146c069f54bb..cc17ee0d258227c6ca954e92b352aab7274c0365 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Unit tests for checking syntax of Python source code\r
 #\r
-#  Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -55,7 +55,7 @@ def MakePythonSyntaxCheckTests():
         newmethod = lambda self: self.SingleFileTest(filename)\r
         setattr(\r
             Tests,\r
-            test, \r
+            test,\r
             newmethod\r
             )\r
 \r