Skip to content

Commit 775af5c

Browse files
dagomez137nathanchance
authored andcommitted
scripts: kconfig: merge_config.sh: fix indentation
Replace spaces with tabs for consistency with the rest of the script. Fixes: 5fa9b82 ("scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk") Signed-off-by: Daniel Gomez <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 5f47be1 commit 775af5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/kconfig/merge_config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ for ORIG_MERGE_FILE in $MERGE_LIST ; do
196196
197197
# First pass: read merge file, store all lines and index
198198
FILENAME == ARGV[1] {
199-
mergefile = FILENAME
199+
mergefile = FILENAME
200200
merge_lines[FNR] = $0
201201
merge_total = FNR
202202
cfg = get_cfg($0)
@@ -217,7 +217,7 @@ for ORIG_MERGE_FILE in $MERGE_LIST ; do
217217
next
218218
}
219219
220-
prev_val = $0
220+
prev_val = $0
221221
new_val = merge_cfg[cfg]
222222
223223
# BUILTIN: do not demote y to m

0 commit comments

Comments
 (0)