]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordCommon.h
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / Tcg / Opal / OpalPassword / OpalPasswordCommon.h
index 22db5e605c0adb5a315c0ba566134dc336392541..404367f0df2f97c475dd9f92496a32fae76af6fb 100644 (file)
@@ -9,18 +9,18 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #ifndef _OPAL_PASSWORD_COMMON_H_\r
 #define _OPAL_PASSWORD_COMMON_H_\r
 \r
-#define OPAL_MAX_PASSWORD_SIZE      32\r
+#define OPAL_MAX_PASSWORD_SIZE  32\r
 \r
-#define OPAL_DEVICE_TYPE_UNKNOWN    0x0\r
-#define OPAL_DEVICE_TYPE_ATA        0x1\r
-#define OPAL_DEVICE_TYPE_NVME       0x2\r
+#define OPAL_DEVICE_TYPE_UNKNOWN  0x0\r
+#define OPAL_DEVICE_TYPE_ATA      0x1\r
+#define OPAL_DEVICE_TYPE_NVME     0x2\r
 \r
 typedef struct {\r
-  UINT16            Segment;\r
-  UINT8             Bus;\r
-  UINT8             Device;\r
-  UINT8             Function;\r
-  UINT8             Reserved;\r
+  UINT16    Segment;\r
+  UINT8     Bus;\r
+  UINT8     Device;\r
+  UINT8     Function;\r
+  UINT8     Reserved;\r
 } OPAL_PCI_DEVICE;\r
 \r
 typedef struct {\r