diff mbox

[U-Boot,v5,3/9] dfu: Change indentation of defines in <dfu.h>

Message ID 1362764249-15547-4-git-send-email-trini@ti.com
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Tom Rini March 8, 2013, 5:37 p.m. UTC
Signed-off-by: Tom Rini <trini@ti.com>
---
Changes in v5:
- New patch to re-align defines in <dfu.h>

Changes in v4: None
Changes in v3: None
Changes in v2: None

 include/dfu.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/include/dfu.h b/include/dfu.h
index 5182c6c..0aae856 100644
--- a/include/dfu.h
+++ b/include/dfu.h
@@ -57,8 +57,8 @@  static inline unsigned int get_mmc_blk_size(int dev)
 	return find_mmc_device(dev)->read_bl_len;
 }
 
-#define DFU_NAME_SIZE 32
-#define DFU_CMD_BUF_SIZE 128
+#define DFU_NAME_SIZE			32
+#define DFU_CMD_BUF_SIZE		128
 #define DFU_DATA_BUF_SIZE		(64 << 10)	/* 64 KiB */
 #ifndef CONFIG_SYS_DFU_MAX_FILE_SIZE
 #define CONFIG_SYS_DFU_MAX_FILE_SIZE	(4 << 20)	/* 4 MiB */