]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/PyUtility/PyUtility.c
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / C / PyUtility / PyUtility.c
index ff3ad9443b7aebfe7f1de40bf8e8ffe212c54da9..d14b87228d85310d2e0d2d7e0a78c74a07106d67 100644 (file)
@@ -1,8 +1,9 @@
 /** @file\r
+Python Utility\r
 \r
-Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\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
+Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\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
@@ -74,9 +75,9 @@ SaveFileToDisk (
     goto Done;\r
   }\r
 \r
-  // \r
+  //\r
   // Flush buffer may slow down the whole build performance (average 10s slower)\r
-  // \r
+  //\r
   //if (!FlushFileBuffers(FileHandle)) {\r
   //  PyErr_SetString(PyExc_Exception, "File flush failure");\r
   //  goto Done;\r