]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Include/AsmMacroIoLibV8.h
ArmPkg: Apply uncrustify changes
[mirror_edk2.git] / ArmPkg / Include / AsmMacroIoLibV8.h
index 337d9ae0168e4b7dc90260d691293a55b27c75d9..2c2b1cabd053767107d475cae85de6b67d75869b 100644 (file)
@@ -9,7 +9,6 @@
 \r
 **/\r
 \r
-\r
 #ifndef ASM_MACRO_IO_LIBV8_H_\r
 #define ASM_MACRO_IO_LIBV8_H_\r
 \r
@@ -24,7 +23,6 @@
         cbnz   SAFE_XREG, 1f        ;\\r
         b      .                    ;// We should never get here\r
 \r
-\r
 // CurrentEL : 0xC = EL3; 8 = EL2; 4 = EL1\r
 // This only selects between EL1 and EL2 and EL3, else we die.\r
 // Provide the Macro with a safe temp xreg to use.\r
@@ -42,7 +40,7 @@
   .type     Name, %function       ; \\r
   Name:\r
 \r
-#define ASM_FUNC(Name)            _ASM_FUNC(ASM_PFX(Name), .text. ## Name)\r
+#define ASM_FUNC(Name)  _ASM_FUNC(ASM_PFX(Name), .text. ## Name)\r
 \r
 #define MOV32(Reg, Val)                   \\r
   movz      Reg, (Val) >> 16, lsl #16   ; \\r