]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/DxeEmuPeCoffExtraActionLib.c
EmulatorPkg: Apply uncrustify changes
[mirror_edk2.git] / EmulatorPkg / Library / DxeEmuPeCoffExtraActionLib / DxeEmuPeCoffExtraActionLib.c
index 44a42a37843e5454e0f6f9aa811751f99dd8b4bb..c3c5ae42460b2b2caff14b69a89d38b9409ab451 100644 (file)
@@ -23,8 +23,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 //\r
 // Cache of UnixThunk protocol\r
 //\r
-EMU_THUNK_PROTOCOL   *mThunk = NULL;\r
-\r
+EMU_THUNK_PROTOCOL  *mThunk = NULL;\r
 \r
 /**\r
   The constructor function gets  the pointer of the WinNT thunk functions\r
@@ -40,7 +39,7 @@ DxeEmuPeCoffLibExtraActionConstructor (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   )\r
 {\r
-   EFI_HOB_GUID_TYPE        *GuidHob;\r
+  EFI_HOB_GUID_TYPE  *GuidHob;\r
 \r
   //\r
   // Retrieve EmuThunkProtocol from GUID'ed HOB\r
@@ -73,8 +72,6 @@ PeCoffLoaderRelocateImageExtraAction (
   }\r
 }\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