]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.c
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / Library / DxeEmuPeCoffExtraActionLib / DxeEmuPeCoffExtraActionLib.c
index fdb8d5334dfed0857ed581c55cd9fe4ff8843b6a..5a8730c5f77c2b1ad686753af73457b3c9afec06 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides services to perform additional actions to relocate and unload\r
   PE/Coff image for Emu environment specific purpose such as souce level debug.\r
-  This version only works for DXE phase  \r
+  This version only works for DXE phase\r
 \r
 Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
 Portions copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>\r
@@ -27,7 +27,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/PeCoffExtraActionLib.h>\r
 \r
 //\r
-// Cache of UnixThunk protocol \r
+// Cache of UnixThunk protocol\r
 //\r
 EMU_THUNK_PROTOCOL   *mThunk = NULL;\r
 \r
@@ -84,9 +84,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