From: Masahiro Yamada Date: Tue, 17 Dec 2019 04:16:37 +0000 (+0900) Subject: kconfig: localmodconfig: fix indentation for closing brace X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68f0d62746bc7d20c10a565a562baaf968d86415;p=linux.git kconfig: localmodconfig: fix indentation for closing brace This is the closing brace for the foreach loop. Fix the misleading indentation. Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index bbaa1e11a4e9f..e2f8504f5a2d4 100755 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl @@ -372,7 +372,7 @@ if (defined($lsmod_file)) { $lsmod = "$dir/lsmod"; last; } -} + } if (!defined($lsmod)) { # try just the path $lsmod = "lsmod";