From: Marek BehĂșn Date: Fri, 23 Jul 2021 09:14:05 +0000 (+0200) Subject: tools: kwbimage: Cosmetic fix - remove redundant space character X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=35fd1006aeb1628bd05906b2b6ad5fc314660398;p=u-boot.git tools: kwbimage: Cosmetic fix - remove redundant space character Remove this space, since the constants are indented by tabs. Signed-off-by: Marek BehĂșn Reviewed-by: Stefan Roese Reviewed-by: Chris Packham Tested-by: Chris Packham --- 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 {