]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/FileProfile.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / FileProfile.py
index f31d37ff9683c9865215fb1c4657639134016350..a071fd020eb4c747b4fab267693acfdb1d6b1180 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # fragments of source file\r
 #\r
-#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 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
@@ -36,7 +36,7 @@ FunctionCallingList = []
 # May raise Exception when opening file.\r
 #\r
 class FileProfile :\r
-    \r
+\r
     ## The constructor\r
     #\r
     #   @param  self        The object pointer\r
@@ -54,5 +54,5 @@ class FileProfile :
 \r
         except IOError:\r
             raise Warning("Error when opening file %s" % FileName)\r
-        \r
-        
\ No newline at end of file
+\r
+\r