dfu: Change indentation of defines in <dfu.h>
authorTom Rini <trini@ti.com>
Thu, 14 Mar 2013 05:32:49 +0000 (05:32 +0000)
committerChanho Park <chanho61.park@samsung.com>
Wed, 22 Jul 2015 11:58:47 +0000 (20:58 +0900)
Signed-off-by: Tom Rini <trini@ti.com>
include/dfu.h

index c294e28fbf648669e001fe405b4d16e94767d0cd..a107f4b13e308aa17f2eb64ef7b5e402d02c6d95 100644 (file)
@@ -66,9 +66,9 @@ 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_DATA_BUF_SIZE (1024*1024*8) /* 8 MiB */
+#define DFU_NAME_SIZE                  32
+#define DFU_CMD_BUF_SIZE               128
+#define DFU_DATA_BUF_SIZE              (1024*1024*8)   /* 8 MiB */
 #ifndef CONFIG_SYS_DFU_MAX_FILE_SIZE
 #define CONFIG_SYS_DFU_MAX_FILE_SIZE   (4 << 20)       /* 4 MiB */
 #endif