summaryrefslogtreecommitdiffstats
path: root/IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2021-12-05 14:54:00 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit7c7184e201a90a1d2376e615e55e3f4074731468 (patch)
treeaef22a19e4fea3dcf85203900a626b0c000d72db /IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h
parent111f2228ddf487b0ac3491e416bb3dcdcfa4f979 (diff)
downloadedk2-7c7184e201a90a1d2376e615e55e3f4074731468.tar.gz
edk2-7c7184e201a90a1d2376e615e55e3f4074731468.tar.bz2
edk2-7c7184e201a90a1d2376e615e55e3f4074731468.zip
IntelFsp2WrapperPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the IntelFsp2WrapperPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h')
-rw-r--r--IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h b/IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h
index 6df9223433..c91dbb5ea2 100644
--- a/IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h
+++ b/IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h
@@ -19,7 +19,7 @@
EFI_STATUS
EFIAPI
PostFspmHobProcess (
- IN VOID *FspHobList
+ IN VOID *FspHobList
);
/**
@@ -32,7 +32,7 @@ PostFspmHobProcess (
EFI_STATUS
EFIAPI
PostFspsHobProcess (
- IN VOID *FspHobList
+ IN VOID *FspHobList
);
#endif