]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Sec/X64/SwitchStack.S
Fix issue with fixing tabs.
[mirror_edk2.git] / UnixPkg / Sec / X64 / SwitchStack.S
index e964e4d178b950bb521b4fa4ca60eb5cbd1d303e..e9adefce397614bbfbdecc618e89601e2981dfd7 100644 (file)
@@ -39,8 +39,8 @@
 #------------------------------------------------------------------------------\r
 ASM_GLOBAL ASM_PFX(PeiSwitchStacks)\r
 ASM_PFX(PeiSwitchStacks):\r
-         pushq   %rbp            // stack frame is for the debugger\r
-       movq    %rsp, %rbp\r
+    pushq   %rbp            // stack frame is for the debugger\r
+    movq    %rsp, %rbp\r
 \r
     movq    %r8,  %rsp\r
     \r
@@ -52,7 +52,7 @@ ASM_PFX(PeiSwitchStacks):
     # Reserve space for register parameters (rcx, rdx, r8 & r9) on the stack,\r
     # in case the callee wishes to spill them.\r
     #\r
-         subq    $32, %rsp  // 32-byte shadow space plus alignment pad\r
+    subq    $32, %rsp  // 32-byte shadow space plus alignment pad\r
     call    *%rax\r
 \r
 \r
@@ -76,8 +76,8 @@ ASM_PFX(PeiSwitchStacks):
 #------------------------------------------------------------------------------\r
 ASM_GLOBAL ASM_PFX(UnixPeiSwitchStacks)\r
 ASM_PFX(UnixPeiSwitchStacks):\r
-         pushq   %rbp            // stack frame is for the debugger\r
-       movq    %rsp, %rbp\r
+    pushq   %rbp            // stack frame is for the debugger\r
+    movq    %rsp, %rbp\r
 \r
     mov     %rdi, %rax\r
     mov     %rsi, %rdi\r
@@ -105,7 +105,7 @@ ASM_PFX(UnixPeiSwitchStacks):
 #------------------------------------------------------------------------------    \r
 ASM_GLOBAL ASM_PFX(SecSwitchStack)\r
 ASM_PFX(SecSwitchStack):\r
-       pushq   %rbp            // stack frame is for the debugger\r
+  pushq   %rbp            // stack frame is for the debugger\r
   movq    %rsp, %rbp\r
 \r
   mov     %rsp, %rax\r