diff options
| author | Anand Moon <[email protected]> | 2024-06-23 23:10:21 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-05 13:57:02 -0600 |
| commit | 608a88c2709cc46c3de0f0ecd9206866b58c256f (patch) | |
| tree | a0d83472ef697c2adf4942d123282a2e90b349e8 /disk | |
| parent | 17c39e700c634516887079ad961df99fe63b080d (diff) | |
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 <[email protected]>
Diffstat (limited to 'disk')
| -rw-r--r-- | disk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/Kconfig b/disk/Kconfig index 85496958074..ffa835eb354 100644 --- a/disk/Kconfig +++ b/disk/Kconfig @@ -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 |
