]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts: kconfig: merge_config.sh: fix indentation
authorDaniel Gomez <da.gomez@samsung.com>
Tue, 10 Mar 2026 11:36:24 +0000 (12:36 +0100)
committerNathan Chancellor <nathan@kernel.org>
Wed, 11 Mar 2026 07:38:06 +0000 (00:38 -0700)
commit775af5cbb22c1de2ad0f486959739c35cfc55ac8
tree2cd644a18421a9f22a4ca8d5a8309bc459ac833f
parent5f47be1b44bf2754c45e8c58ca036b474c9ecbc7
scripts: kconfig: merge_config.sh: fix indentation

Replace spaces with tabs for consistency with the rest of the script.

Fixes: 5fa9b82cbcfc5 ("scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awk")
Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
Link: https://patch.msgid.link/20260310-fixes-merge-config-v1-2-beaeeaded6bd@samsung.com
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/kconfig/merge_config.sh