From 991e85a85a797e938ee2023d555995e6c4c1e34e Mon Sep 17 00:00:00 2001 From: Douglas Flick Date: Thu, 2 Nov 2023 12:20:39 -0700 Subject: [PATCH] Uncrustify update and changes --- .../GoogleTest/Library/MockUefiRuntimeServicesTableLib.h | 4 ++-- .../MockUefiRuntimeServicesTableLib.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeServicesTableLib.h b/MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeServicesTableLib.h index 155b0563a51..bcc902cb93c 100644 --- a/MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeServicesTableLib.h +++ b/MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeServicesTableLib.h @@ -11,8 +11,8 @@ #include #include extern "C" { -#include -#include + #include + #include } struct MockUefiRuntimeServicesTableLib { diff --git a/MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.cpp b/MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.cpp index ba41e87220b..bf74c99d7d2 100644 --- a/MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.cpp +++ b/MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.cpp @@ -36,5 +36,5 @@ static EFI_RUNTIME_SERVICES localRt = { }; extern "C" { -EFI_RUNTIME_SERVICES *gRT = &localRt; + EFI_RUNTIME_SERVICES *gRT = &localRt; }