]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Library/PeiEmuPeCoffGetEntryPointLib/PeiEmuPeCoffGetEntryPointLib.c
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / Library / PeiEmuPeCoffGetEntryPointLib / PeiEmuPeCoffGetEntryPointLib.c
index e229805cfedb321e75c8daf9c849898caa8ed4b0..2c47a4f006021d47bbc6c003fa1f6375e367122d 100644 (file)
@@ -68,11 +68,11 @@ PeCoffLoaderGetEntryPoint (
 }\r
 \r
 /**\r
-  Returns the machine type of PE/COFF image. \r
+  Returns the machine type of PE/COFF image.\r
   This is copied from MDE BasePeCoffGetEntryPointLib, the code should be sync with it.\r
   The reason is Emu package needs to load the image to memory to support source\r
   level debug.\r
-   \r
+\r
 \r
   @param  Pe32Data   Pointer to a PE/COFF header\r
 \r
@@ -84,7 +84,7 @@ EFIAPI
 PeCoffLoaderGetMachineType (\r
   IN  VOID  *Pe32Data\r
   )\r
-{  \r
+{\r
   EFI_IMAGE_OPTIONAL_HEADER_PTR_UNION  Hdr;\r
   EFI_IMAGE_DOS_HEADER                 *DosHdr;\r
 \r
@@ -270,7 +270,7 @@ PeCoffGetSizeOfHeaders (
   UINTN                                 SizeOfHeaders;\r
 \r
   ASSERT (Pe32Data   != NULL);\r
\r
+\r
   DosHdr = (EFI_IMAGE_DOS_HEADER *)Pe32Data;\r
   if (DosHdr->e_magic == EFI_IMAGE_DOS_SIGNATURE) {\r
     //\r