]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Csm/Include/Framework/FirmwareVolumeImageFormat.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Csm / Include / Framework / FirmwareVolumeImageFormat.h
index c77e39b4c09047c58031f4efcc9654c93b789e71..02fadd13517b7aecb3d410b823c69d5d26781d01 100644 (file)
@@ -17,16 +17,16 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 //\r
 // Bit values for AuthenticationStatus\r
 //\r
-#define EFI_AGGREGATE_AUTH_STATUS_PLATFORM_OVERRIDE 0x000001\r
-#define EFI_AGGREGATE_AUTH_STATUS_IMAGE_SIGNED      0x000002\r
-#define EFI_AGGREGATE_AUTH_STATUS_NOT_TESTED        0x000004\r
-#define EFI_AGGREGATE_AUTH_STATUS_TEST_FAILED       0x000008\r
-#define EFI_AGGREGATE_AUTH_STATUS_ALL               0x00000f\r
+#define EFI_AGGREGATE_AUTH_STATUS_PLATFORM_OVERRIDE  0x000001\r
+#define EFI_AGGREGATE_AUTH_STATUS_IMAGE_SIGNED       0x000002\r
+#define EFI_AGGREGATE_AUTH_STATUS_NOT_TESTED         0x000004\r
+#define EFI_AGGREGATE_AUTH_STATUS_TEST_FAILED        0x000008\r
+#define EFI_AGGREGATE_AUTH_STATUS_ALL                0x00000f\r
 \r
-#define EFI_LOCAL_AUTH_STATUS_PLATFORM_OVERRIDE     0x010000\r
-#define EFI_LOCAL_AUTH_STATUS_IMAGE_SIGNED          0x020000\r
-#define EFI_LOCAL_AUTH_STATUS_NOT_TESTED            0x040000\r
-#define EFI_LOCAL_AUTH_STATUS_TEST_FAILED           0x080000\r
-#define EFI_LOCAL_AUTH_STATUS_ALL                   0x0f0000\r
+#define EFI_LOCAL_AUTH_STATUS_PLATFORM_OVERRIDE  0x010000\r
+#define EFI_LOCAL_AUTH_STATUS_IMAGE_SIGNED       0x020000\r
+#define EFI_LOCAL_AUTH_STATUS_NOT_TESTED         0x040000\r
+#define EFI_LOCAL_AUTH_STATUS_TEST_FAILED        0x080000\r
+#define EFI_LOCAL_AUTH_STATUS_ALL                0x0f0000\r
 \r
 #endif\r