Remove white space at end.

Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
diff --git a/board/sc3/sc3nand.c b/board/sc3/sc3nand.c
index 2f2e745..8ead7c8 100644
--- a/board/sc3/sc3nand.c
+++ b/board/sc3/sc3nand.c
@@ -46,7 +46,7 @@
 		if ( ctrl & NAND_CLE )
 			set_bit (SC3_NAND_CLE, sc3_control_base);
 		else
-			clear_bit (SC3_NAND_CLE, sc3_control_base);			
+			clear_bit (SC3_NAND_CLE, sc3_control_base);
 		if ( ctrl & NAND_ALE )
 			set_bit (SC3_NAND_ALE, sc3_control_base);
 		else
@@ -54,7 +54,7 @@
 		if ( ctrl & NAND_NCE )
 			set_bit (SC3_NAND_CE, sc3_control_base);
 		else
-			clear_bit (SC3_NAND_CE, sc3_control_base);		
+			clear_bit (SC3_NAND_CE, sc3_control_base);
 	}
 
     if (cmd != NAND_CMD_NONE)