]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Object/Parser/InfDepexObject.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Object / Parser / InfDepexObject.py
index 55d6bbc69e61ec86855ac7461f47b37d62b9d9cd..b8362dfbb5b10428beec2dd0ed6109e5f8bae012 100644 (file)
@@ -1,12 +1,12 @@
 ## @file\r
-# This file is used to define class objects of INF file [Depex] section. \r
-# It will consumed by InfParser. \r
+# This file is used to define class objects of INF file [Depex] section.\r
+# It will consumed by InfParser.\r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available \r
-# under the terms and conditions of the BSD License which accompanies this \r
-# distribution. The full text of the license may be found at \r
+# This program and the accompanying materials are licensed and made available\r
+# under the terms and conditions of the BSD License which accompanies this\r
+# distribution. The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
@@ -99,7 +99,7 @@ class InfDepexObject(InfSectionCommonDef):
 \r
             #\r
             # Validate Arch\r
-            #                 \r
+            #\r
             if IsValidArch(Arch.strip().upper()):\r
                 InfDepexItemIns.SetSupArch(Arch)\r
             else:\r