]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: socfpga: Minor coding style fix
authorMarek Vasut <marex@denx.de>
Tue, 30 Dec 2014 19:16:36 +0000 (20:16 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:28 +0000 (14:10 +0200)
Replace multiple spaces with a single tab.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
board/altera/socfpga/iocsr_config.h

index 490f109e4b59114036ebc05d819b97789dbfecd5..4a7ed46221d5d1ae3385766eff46d992b18f8e7e 100644 (file)
@@ -9,9 +9,9 @@
 #ifndef _PRELOADER_IOCSR_CONFIG_H_
 #define _PRELOADER_IOCSR_CONFIG_H_
 
-#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH        (764)
-#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH        (1719)
-#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH        (955)
-#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH        (16766)
+#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH     (764)
+#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH     (1719)
+#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH     (955)
+#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH     (16766)
 
 #endif /*_PRELOADER_IOCSR_CONFIG_H_*/