Skip to content

Commit

Permalink
Uncrustify update and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flickdm committed Nov 2, 2023
1 parent e1a5487 commit 991e85a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include <Library/GoogleTestLib.h>
#include <Library/FunctionMockLib.h>
extern "C" {
#include <Uefi.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Uefi.h>
#include <Library/UefiRuntimeServicesTableLib.h>
}

struct MockUefiRuntimeServicesTableLib {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ static EFI_RUNTIME_SERVICES localRt = {
};

extern "C" {
EFI_RUNTIME_SERVICES *gRT = &localRt;
EFI_RUNTIME_SERVICES *gRT = &localRt;
}

0 comments on commit 991e85a

Please sign in to comment.