]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiPayloadPkg/PchSmiDispatchSmm/PchSmiDispatchSmm.h
UefiPayloadPkg: Apply uncrustify changes
[mirror_edk2.git] / UefiPayloadPkg / PchSmiDispatchSmm / PchSmiDispatchSmm.h
index 930f5a215808ee0553455e28437137cf232a6f3b..c14fe99929dedaa42625b254fc43c3f6e4764b00 100644 (file)
 #define SMM_DATA_PORT             0xB3\r
 \r
 typedef struct {\r
-  UINTN                          Signature;\r
-  LIST_ENTRY                     Link;\r
-  EFI_HANDLE                     DispatchHandle;\r
-  UINTN                          SwSmiInputValue;\r
-  UINTN                          DispatchFunction;\r
+  UINTN         Signature;\r
+  LIST_ENTRY    Link;\r
+  EFI_HANDLE    DispatchHandle;\r
+  UINTN         SwSmiInputValue;\r
+  UINTN         DispatchFunction;\r
 } EFI_SMM_SW_DISPATCH2_CONTEXT;\r
 \r
 #endif\r
-\r