Fix Kconfig coding style from spaces to tab
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Anand Moon <linux.amoon@gmail.com>
This commit is contained in:
@@ -116,7 +116,7 @@ config EFI_PARTITION_ENTRIES_NUMBERS
|
||||
number.
|
||||
|
||||
config EFI_PARTITION_ENTRIES_OFF
|
||||
int "Offset (in bytes) of the EFI partition entries"
|
||||
int "Offset (in bytes) of the EFI partition entries"
|
||||
depends on EFI_PARTITION
|
||||
default 0
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user