From 45ce0a67bb4ee80f27da93777c623f51f344f23b Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Sun, 5 Dec 2021 14:53:58 -0800 Subject: FmpDevicePkg: Apply uncrustify changes REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the FmpDevicePkg package Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Michael Kubacki Reviewed-by: Liming Gao --- FmpDevicePkg/Include/Library/CapsuleUpdatePolicyLib.h | 4 ++-- FmpDevicePkg/Include/Library/FmpDependencyDeviceLib.h | 2 +- FmpDevicePkg/Include/Library/FmpDependencyLib.h | 14 +++++++------- FmpDevicePkg/Include/Library/FmpDeviceLib.h | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'FmpDevicePkg/Include/Library') diff --git a/FmpDevicePkg/Include/Library/CapsuleUpdatePolicyLib.h b/FmpDevicePkg/Include/Library/CapsuleUpdatePolicyLib.h index 5ec4d487e3..fa0406029c 100644 --- a/FmpDevicePkg/Include/Library/CapsuleUpdatePolicyLib.h +++ b/FmpDevicePkg/Include/Library/CapsuleUpdatePolicyLib.h @@ -46,7 +46,7 @@ CheckSystemPower ( EFI_STATUS EFIAPI CheckSystemThermal ( - OUT BOOLEAN *Good + OUT BOOLEAN *Good ); /** @@ -65,7 +65,7 @@ CheckSystemThermal ( EFI_STATUS EFIAPI CheckSystemEnvironment ( - OUT BOOLEAN *Good + OUT BOOLEAN *Good ); /** diff --git a/FmpDevicePkg/Include/Library/FmpDependencyDeviceLib.h b/FmpDevicePkg/Include/Library/FmpDependencyDeviceLib.h index 4351173b7e..173e415b6f 100644 --- a/FmpDevicePkg/Include/Library/FmpDependencyDeviceLib.h +++ b/FmpDevicePkg/Include/Library/FmpDependencyDeviceLib.h @@ -42,7 +42,7 @@ SaveFmpDependency ( @retval NULL **/ -EFI_FIRMWARE_IMAGE_DEP* +EFI_FIRMWARE_IMAGE_DEP * EFIAPI GetFmpDependency ( OUT UINT32 *DepexSize diff --git a/FmpDevicePkg/Include/Library/FmpDependencyLib.h b/FmpDevicePkg/Include/Library/FmpDependencyLib.h index f4013484a2..a1f577272b 100644 --- a/FmpDevicePkg/Include/Library/FmpDependencyLib.h +++ b/FmpDevicePkg/Include/Library/FmpDependencyLib.h @@ -19,8 +19,8 @@ // Data struct to store FMP ImageType and version for dependency check. // typedef struct { - EFI_GUID ImageTypeId; - UINT32 Version; + EFI_GUID ImageTypeId; + UINT32 Version; } FMP_DEPEX_CHECK_VERSION_DATA; /** @@ -61,13 +61,13 @@ ValidateDependency ( @retval Null **/ -EFI_FIRMWARE_IMAGE_DEP* +EFI_FIRMWARE_IMAGE_DEP * EFIAPI GetImageDependency ( - IN EFI_FIRMWARE_IMAGE_AUTHENTICATION *Image, - IN UINTN ImageSize, - OUT UINT32 *DepexSize, - OUT UINT32 *LastAttemptStatus OPTIONAL + IN EFI_FIRMWARE_IMAGE_AUTHENTICATION *Image, + IN UINTN ImageSize, + OUT UINT32 *DepexSize, + OUT UINT32 *LastAttemptStatus OPTIONAL ); /** diff --git a/FmpDevicePkg/Include/Library/FmpDeviceLib.h b/FmpDevicePkg/Include/Library/FmpDeviceLib.h index a93c3b8e94..a14406abe8 100644 --- a/FmpDevicePkg/Include/Library/FmpDeviceLib.h +++ b/FmpDevicePkg/Include/Library/FmpDeviceLib.h @@ -206,8 +206,8 @@ FmpDeviceGetImageTypeIdGuidPtr ( EFI_STATUS EFIAPI FmpDeviceGetAttributes ( - OUT UINT64 *Supported, - OUT UINT64 *Setting + OUT UINT64 *Supported, + OUT UINT64 *Setting ); /** -- cgit v1.2.3