From 0cf207ec01cbacae47585fcc26591dd2296507d6 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 27 Sep 2021 17:42:39 +0200 Subject: WS cleanup: remove SPACE(s) followed by TAB Signed-off-by: Wolfgang Denk --- include/part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/part.h') diff --git a/include/part.h b/include/part.h index 419c8597088..b66b07a1f04 100644 --- a/include/part.h +++ b/include/part.h @@ -75,7 +75,7 @@ struct disk_partition { char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */ #endif #ifdef CONFIG_DOS_PARTITION - uchar sys_ind; /* partition type */ + uchar sys_ind; /* partition type */ #endif }; -- cgit v1.2.3