diff mbox series

[u-boot-mvebu,16/31] tools: kwbimage: Cosmetic fix - remove redundant space character

Message ID 20210708173032.27999-17-marek.behun@nic.cz
State Superseded
Delegated to: Stefan Roese
Headers show
Series kwboot / kwbimage improvements | expand

Commit Message

Marek Behún July 8, 2021, 5:30 p.m. UTC
Remove this space, since the constants are indented by tabs.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
---
 tools/kwbimage.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Roese July 15, 2021, 8:40 a.m. UTC | #1
On 08.07.21 19:30, Marek Behún wrote:
> 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>

Thanks,
Stefan

> ---
>   tools/kwbimage.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 {
> 


Viele Grüße,
Stefan
diff mbox series

Patch

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 {