]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVol.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / FirmwareVolume / FwVolDxe / FwVol.c
index 91fcd472124444d121561a5bea742ad88c80b7fc..9a031bab1425b71aa5f0109e3ba4c18d62e6bf09 100644 (file)
@@ -4,7 +4,7 @@
   Layers on top of Firmware Block protocol to produce a file abstraction\r
   of FV based files.\r
 \r
-  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 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\r
@@ -789,7 +789,7 @@ FwVolDriverInit (
       } else {\r
         FreePool (FvDevice);\r
       }\r
-      \r
+\r
       DEBUG ((EFI_D_INFO, "Reinstall FV protocol as writable - %r\n", Status));\r
       ASSERT_EFI_ERROR (Status);\r
     } else {\r
@@ -807,7 +807,7 @@ FwVolDriverInit (
       } else {\r
         FreePool (FvDevice);\r
       }\r
-      \r
+\r
       DEBUG ((EFI_D_INFO, "Install FV protocol as writable - %r\n", Status));\r
       ASSERT_EFI_ERROR (Status);\r
     }\r
@@ -822,7 +822,7 @@ Done:
   if (InstallFlag) {\r
     return EFI_SUCCESS;\r
   }\r
-  \r
+\r
   //\r
   // No FV protocol install/reinstall successfully.\r
   // EFI_NOT_FOUND should return to ensure this image will be unloaded.\r