]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/ArmGic/GicV2/ArmGicV2Lib.c
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Drivers / ArmGic / GicV2 / ArmGicV2Lib.c
index ff910c1755d477bd393bd9d934455aeea43a2977..f403bec367b5254c248e620e56471904e520f9f2 100644 (file)
@@ -12,7 +12,7 @@
 UINTN\r
 EFIAPI\r
 ArmGicV2AcknowledgeInterrupt (\r
-  IN  UINTN          GicInterruptInterfaceBase\r
+  IN  UINTN  GicInterruptInterfaceBase\r
   )\r
 {\r
   // Read the Interrupt Acknowledge Register\r
@@ -22,8 +22,8 @@ ArmGicV2AcknowledgeInterrupt (
 VOID\r
 EFIAPI\r
 ArmGicV2EndOfInterrupt (\r
-  IN  UINTN                 GicInterruptInterfaceBase,\r
-  IN UINTN                  Source\r
+  IN  UINTN  GicInterruptInterfaceBase,\r
+  IN UINTN   Source\r
   )\r
 {\r
   MmioWrite32 (GicInterruptInterfaceBase + ARM_GIC_ICCEIOR, Source);\r