diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-19 14:09:31 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-19 14:09:31 +0000 |
commit | 01a54966bebb1e8f65c5c0b4a3ed4a301d157804 (patch) | |
tree | 167125d49cef6e51c47b79e535d5a108d2850749 /MdePkg/Library/BaseLib/Arm/SwitchStack.asm | |
parent | ebd04fc2e526ddc76f17e05cb50798fbf448e52e (diff) | |
download | edk2-platforms-01a54966bebb1e8f65c5c0b4a3ed4a301d157804.tar.xz |
Remove tabs in source code in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9142 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Arm/SwitchStack.asm')
-rw-r--r-- | MdePkg/Library/BaseLib/Arm/SwitchStack.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Arm/SwitchStack.asm b/MdePkg/Library/BaseLib/Arm/SwitchStack.asm index 9baa4099b0..71e8ab3d7d 100644 --- a/MdePkg/Library/BaseLib/Arm/SwitchStack.asm +++ b/MdePkg/Library/BaseLib/Arm/SwitchStack.asm @@ -11,11 +11,11 @@ ; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
;
;------------------------------------------------------------------------------
-
+
EXPORT InternalSwitchStackAsm
AREA Switch_Stack, CODE, READONLY
-
+
;/**
; This allows the caller to switch the stack and goes to the new entry point
;
|