]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmGicArchSecLib/ArmGicArchLib.c
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Library / ArmGicArchSecLib / ArmGicArchLib.c
index ca81951b2b2bdae93724255ec0777bfa1872f1a1..3c791a245c44122066972f1d1c7339e6d65d6e12 100644 (file)
@@ -15,7 +15,7 @@ ArmGicGetSupportedArchRevision (
   VOID\r
   )\r
 {\r
   VOID\r
   )\r
 {\r
-  UINT32    IccSre;\r
+  UINT32  IccSre;\r
 \r
   // Ideally we would like to use the GICC IIDR Architecture version here, but\r
   // this does not seem to be very reliable as the implementation could easily\r
 \r
   // Ideally we would like to use the GICC IIDR Architecture version here, but\r
   // this does not seem to be very reliable as the implementation could easily\r
@@ -36,6 +36,7 @@ ArmGicGetSupportedArchRevision (
       ArmGicV3SetControlSystemRegisterEnable (IccSre | ICC_SRE_EL2_SRE);\r
       IccSre = ArmGicV3GetControlSystemRegisterEnable ();\r
     }\r
       ArmGicV3SetControlSystemRegisterEnable (IccSre | ICC_SRE_EL2_SRE);\r
       IccSre = ArmGicV3GetControlSystemRegisterEnable ();\r
     }\r
+\r
     if (IccSre & ICC_SRE_EL2_SRE) {\r
       return ARM_GIC_ARCH_REVISION_3;\r
     }\r
     if (IccSre & ICC_SRE_EL2_SRE) {\r
       return ARM_GIC_ARCH_REVISION_3;\r
     }\r