src/mb: Remove unneeded spaces before/after tabs

Change-Id: I02979a0632a7b356985f96c3ba239daba178b4e3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39989
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2020-03-31 21:42:02 +02:00 committed by Angel Pons
commit fd8de1860d
17 changed files with 36 additions and 36 deletions

View file

@ -24,7 +24,7 @@ ENTRY(_start)
dmb sy
/* Calculate relocation offset between bootblock in flash and in DRAM. */
ldr x0, =_flash
ldr x0, =_flash
ldr x1, =_bootblock
sub x1, x1, x0