Remove unneeded white spaces

Change-Id: I90f171924790ced74a62ca344fee8607607aa480
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26652
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/board_enable.c b/board_enable.c
index a09a075..c3494bd 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -527,10 +527,10 @@
 
 		/* CR24 Bits 7 & 2 must be set to 0 enable the flash ROM    */
 		/* address segments 000E0000h ~ 000FFFFFh on W83697SF/UF/UG */
-		/* These bits are reserved on W83697HF/F/HG 		    */
-		/* Shouldn't be needed though.			   	    */
+		/* These bits are reserved on W83697HF/F/HG		    */
+		/* Shouldn't be needed though.				    */
 
-		/* CR28 Bit3 must be set to 1 to enable flash access to     */
+		/* CR28 Bit3 must be set to 1 to enable flash access to	    */
 		/* FFE80000h ~ FFEFFFFFh on W83697SF/UF/UG.		    */
 		/* This bit is reserved on W83697HF/F/HG which default to 0 */
 			sio_mask(port, 0x28, 0x08, 0x08);