soc/intel/common/block/fast_spi/Makefile.inc: Remove spaces before tabs

Change-Id: Id2b408e24f74367777b1b949623d6692f2f19e6d
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72076
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
diff --git a/src/soc/intel/common/block/fast_spi/Makefile.inc b/src/soc/intel/common/block/fast_spi/Makefile.inc
index cc65e1f..ddf1574 100644
--- a/src/soc/intel/common/block/fast_spi/Makefile.inc
+++ b/src/soc/intel/common/block/fast_spi/Makefile.inc
@@ -50,7 +50,7 @@
 	if [ $$((flash_size)) -le $$((0x1000000)) ]; then		\
 	   exit;							\
 	fi;								\
-	bios_16M_boundary=$$((flash_size-0x1000000)); 			\
+	bios_16M_boundary=$$((flash_size-0x1000000));			\
 	for x in $$(grep "FMAP_TERMINAL_SECTIONS" < $< | cut -d\" -f2);	\
 	do								\
 	    start=$$(fmap_get "FMAP_SECTION_$${x}_START");		\