summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-07-23 12:14:05 +0300
committerStefan Roese <sr@denx.de>2021-07-31 10:49:31 +0300
commit35fd1006aeb1628bd05906b2b6ad5fc314660398 (patch)
tree4760657e3f4da64c082a9b31aba70012fc6ce6e1 /tools
parent34dcf952d80b3c87fa58333bf5973100d2fd9819 (diff)
downloadu-boot-35fd1006aeb1628bd05906b2b6ad5fc314660398.tar.xz
tools: kwbimage: Cosmetic fix - remove redundant space character
Remove this space, since the constants are indented by tabs. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Chris Packham <judge.packham@gmail.com> Tested-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/kwbimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kwbimage.h b/tools/kwbimage.h
index 9856b44536..cab3d95d13 100644
--- a/tools/kwbimage.h
+++ b/tools/kwbimage.h
@@ -28,7 +28,7 @@
#define IBR_HDR_PEX_ID 0x9C
#define IBR_HDR_UART_ID 0x69
#define IBR_HDR_SDIO_ID 0xAE
-#define IBR_DEF_ATTRIB 0x00
+#define IBR_DEF_ATTRIB 0x00
/* Structure of the main header, version 0 (Kirkwood, Dove) */
struct main_hdr_v0 {