Commit 68f0d627 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: localmodconfig: fix indentation for closing brace

This is the closing brace for the foreach loop. Fix the misleading
indentation.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 5edcef84
......@@ -372,7 +372,7 @@ if (defined($lsmod_file)) {
$lsmod = "$dir/lsmod";
last;
}
}
}
if (!defined($lsmod)) {
# try just the path
$lsmod = "lsmod";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment