IntelFsp2WrapperPkg: Fix code formatting errors
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4048 This package did not have CI enabled so code changes were merged that fail uncrustify formatting. This change updates those files to include uncustify formatting. Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney>
This commit is contained in:
committed by
mergify[bot]
parent
28b16c01cf
commit
7c424c28b0
@@ -10,10 +10,10 @@
|
||||
#include <FspEas.h>
|
||||
|
||||
typedef struct {
|
||||
EFI_PHYSICAL_ADDRESS MicrocodeRegionBase;
|
||||
UINT64 MicrocodeRegionSize;
|
||||
EFI_PHYSICAL_ADDRESS CodeRegionBase;
|
||||
UINT64 CodeRegionSize;
|
||||
EFI_PHYSICAL_ADDRESS MicrocodeRegionBase;
|
||||
UINT64 MicrocodeRegionSize;
|
||||
EFI_PHYSICAL_ADDRESS CodeRegionBase;
|
||||
UINT64 CodeRegionSize;
|
||||
} FSPT_CORE_UPD;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user