]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/ArmScmiDxe/ArmScmiBaseProtocolPrivate.h
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Drivers / ArmScmiDxe / ArmScmiBaseProtocolPrivate.h
index b99ec465bd1884337854f9a0fe43da214611da88..de443015b5eb38cc0ae3e163fa8de5070e94b3eb 100644 (file)
@@ -14,7 +14,7 @@
 \r
 // Return values of BASE_DISCOVER_LIST_PROTOCOLS command.\r
 typedef struct {\r
-  UINT32 NumProtocols;\r
+  UINT32    NumProtocols;\r
 \r
   // Array of four protocols in each element\r
   // Total elements = 1 + (NumProtocols-1)/4\r
@@ -22,7 +22,7 @@ typedef struct {
   // NOTE: Since EDK2 does not allow flexible array member [] we declare\r
   // here array of 1 element length. However below is used as a variable\r
   // length array.\r
-  UINT8 Protocols[1];\r
+  UINT8     Protocols[1];\r
 } BASE_DISCOVER_LIST;\r
 \r
 /** Initialize Base protocol and install protocol on a given handle.\r
@@ -34,7 +34,7 @@ typedef struct {
 **/\r
 EFI_STATUS\r
 ScmiBaseProtocolInit (\r
-  IN OUT EFI_HANDLEHandle\r
+  IN OUT EFI_HANDLE  *Handle\r
   );\r
 \r
 #endif /* ARM_SCMI_BASE_PROTOCOL_PRIVATE_H_ */\r