]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.h
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteControl / TcgMor.h
index 90cf879169b99e7a8dc1a9305313aaf9c5be22ae..c40517616a6a59ce7e6792e41abe63bdcb6f8f45 100644 (file)
@@ -28,15 +28,14 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 // Refer to ATA8-ACS Spec 7.57.6.2 Table 69 or SPC4 7.7.1.3 Table 511.\r
 //\r
 typedef struct  {\r
-  UINT8                            Reserved1[6];\r
-  UINT8                            SupportedSecurityListLength[2];\r
-  UINT8                            SupportedSecurityProtocol[1];\r
+  UINT8    Reserved1[6];\r
+  UINT8    SupportedSecurityListLength[2];\r
+  UINT8    SupportedSecurityProtocol[1];\r
 } SUPPORTED_SECURITY_PROTOCOLS_PARAMETER_DATA;\r
 \r
-#define SECURITY_PROTOCOL_TCG      0x02\r
-#define SECURITY_PROTOCOL_IEEE1667 0xEE\r
+#define SECURITY_PROTOCOL_TCG       0x02\r
+#define SECURITY_PROTOCOL_IEEE1667  0xEE\r
 \r
-#define ROUNDUP512(x) (((x) % 512 == 0) ? (x) : ((x) / 512 + 1) * 512)\r
+#define ROUNDUP512(x)  (((x) % 512 == 0) ? (x) : ((x) / 512 + 1) * 512)\r
 \r
 #endif\r
-\r