]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/relocate.S
Coding Style cleanup: replace leading SPACEs by TABs
[karo-tx-uboot.git] / arch / arm / lib / relocate.S
index a62a55656128077890e23bb3ac170be0f464e6bf..803525156314e2b4b59a73d296965f773095041a 100644 (file)
@@ -66,9 +66,9 @@ relocate_done:
        /* ARMv4- don't know bx lr but the assembler fails to see that */
 
 #ifdef __ARM_ARCH_4__
-        mov        pc, lr
+       mov        pc, lr
 #else
-        bx        lr
+       bx        lr
 #endif
 
 ENDPROC(relocate_code)