kbuild: fix inconsistent indentation in top Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 1 Mar 2024 11:21:07 +0000 (20:21 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 9 Mar 2024 05:59:15 +0000 (14:59 +0900)
commit50a339981780e233a5be88b9116a6dfd0e00231a
tree34fffb548ab730c2ae0298987f6fc342bfcbc644
parent5270316c9fec8cc99aa0e0a258509c5c7f789d12
kbuild: fix inconsistent indentation in top Makefile

Commit 3b9ab248bc45 ("kbuild: use 4-space indentation when followed
by conditionals") introduced inconsistent indentation because it
deliberately touched only the conditional directives to minimize the
change set.

This commit reformats some blocks in the top Makefile so they are
consistently indented with 4 spaces.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Makefile