]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PeCoffExtraActionLib.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Library / PeCoffExtraActionLib.h
index 6136786312a045fba701de97a3af8a5f692dc418..21a296d6532214b8b62a2639930c5d87550770e2 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   Provides services to perform additional actions when a PE/COFF image is loaded\r
-  or unloaded.  This is useful for environment where symbols need to be loaded \r
+  or unloaded.  This is useful for environment where symbols need to be loaded\r
   and unloaded to support source level debugging.\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
@@ -37,9 +37,9 @@ PeCoffLoaderRelocateImageExtraAction (
 /**\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  Pointer to the image context structure that describes the\r
                         PE/COFF image that is being unloaded.\r
 \r