X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiDebugLibDebugPortProtocol%2FDebugLibConstructor.c;h=298d17c6a07ffe06569eb8849c6aa80c00207322;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hp=96fc1c422fec6b38eb1e1a61eca3bda55e39ddb3;hpb=1436aea4d5707e672672a11bda72be2c63c936c3;p=mirror_edk2.git diff --git a/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c b/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c index 96fc1c422f..298d17c6a0 100644 --- a/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c +++ b/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c @@ -15,16 +15,16 @@ // // BOOLEAN value to indicate if it is at the post ExitBootServices pahse // -BOOLEAN mPostEBS = FALSE; +BOOLEAN mPostEBS = FALSE; -static EFI_EVENT mExitBootServicesEvent; +static EFI_EVENT mExitBootServicesEvent; // // Pointer to SystemTable // This library instance may have a cycle consume with UefiBootServicesTableLib // because of the constructors. // -EFI_BOOT_SERVICES *mDebugBS; +EFI_BOOT_SERVICES *mDebugBS; /** This routine sets the mPostEBS for exit boot servies true @@ -37,8 +37,8 @@ EFI_BOOT_SERVICES *mDebugBS; VOID EFIAPI ExitBootServicesCallback ( - EFI_EVENT Event, - VOID* Context + EFI_EVENT Event, + VOID *Context ) { mPostEBS = TRUE; @@ -57,9 +57,9 @@ ExitBootServicesCallback ( **/ EFI_STATUS EFIAPI -DxeDebugLibConstructor( - IN EFI_HANDLE ImageHandle, - IN EFI_SYSTEM_TABLE *SystemTable +DxeDebugLibConstructor ( + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable ) { mDebugBS = SystemTable->BootServices; @@ -86,9 +86,9 @@ DxeDebugLibConstructor( **/ EFI_STATUS EFIAPI -DxeDebugLibDestructor( - IN EFI_HANDLE ImageHandle, - IN EFI_SYSTEM_TABLE *SystemTable +DxeDebugLibDestructor ( + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable ) { if (mExitBootServicesEvent != NULL) {