]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BasePeCoffExtraActionLibNull / PeCoffExtraActionLib.c
index 3fb2827d0f756b547123d61d809e0fba62baabda..fcd33c132e0f2d6e07847496e35d465d4570b798 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Null PE/Coff Extra Action library instances with empty functions.\r
 \r
-  Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -32,14 +32,14 @@ PeCoffLoaderRelocateImageExtraAction (
   )\r
 {\r
   ASSERT (ImageContext != NULL);\r
-}  \r
+}\r
 \r
 /**\r
   Performs additional actions just before a PE/COFF image is unloaded.  Any resources\r
   that were allocated by PeCoffLoaderRelocateImageExtraAction() must be freed.\r
-  \r
+\r
   If ImageContext is NULL, then ASSERT().\r
-  \r
+\r
   @param  ImageContext  The pointer to the image context structure that describes the\r
                         PE/COFF image that is being unloaded.\r
 \r