]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.c
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Library / ArmGicArchLib / ArmGicArchLib.c
index 6fd69658e0e57d1414afc5f40271281cb8151d9d..f017eb5c476af05523cb4c93f6aa91150f8743f6 100644 (file)
@@ -9,7 +9,7 @@
 #include <Library/ArmLib.h>\r
 #include <Library/ArmGicLib.h>\r
 \r
-STATIC ARM_GIC_ARCH_REVISION        mGicArchRevision;\r
+STATIC ARM_GIC_ARCH_REVISION  mGicArchRevision;\r
 \r
 RETURN_STATUS\r
 EFIAPI\r
@@ -17,7 +17,7 @@ ArmGicArchLibInitialize (
   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
@@ -38,6 +38,7 @@ ArmGicArchLibInitialize (
       ArmGicV3SetControlSystemRegisterEnable (IccSre | ICC_SRE_EL2_SRE);\r
       IccSre = ArmGicV3GetControlSystemRegisterEnable ();\r
     }\r
+\r
     if (IccSre & ICC_SRE_EL2_SRE) {\r
       mGicArchRevision = ARM_GIC_ARCH_REVISION_3;\r
       goto Done;\r