summaryrefslogtreecommitdiffstats
path: root/FmpDevicePkg/Include/Library
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2021-12-05 14:53:58 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit45ce0a67bb4ee80f27da93777c623f51f344f23b (patch)
treeb3bfe1215f559344320027697e369afbaad14906 /FmpDevicePkg/Include/Library
parentbcdcc4160d7460c46c08c9395aae81be44ef23a9 (diff)
downloadedk2-45ce0a67bb4ee80f27da93777c623f51f344f23b.tar.gz
edk2-45ce0a67bb4ee80f27da93777c623f51f344f23b.tar.bz2
edk2-45ce0a67bb4ee80f27da93777c623f51f344f23b.zip
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 <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: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'FmpDevicePkg/Include/Library')
-rw-r--r--FmpDevicePkg/Include/Library/CapsuleUpdatePolicyLib.h4
-rw-r--r--FmpDevicePkg/Include/Library/FmpDependencyDeviceLib.h2
-rw-r--r--FmpDevicePkg/Include/Library/FmpDependencyLib.h14
-rw-r--r--FmpDevicePkg/Include/Library/FmpDeviceLib.h4
4 files changed, 12 insertions, 12 deletions
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
);
/**