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 <masahiroy@kernel.org>
此提交包含在:
Masahiro Yamada
2019-12-17 13:16:37 +09:00
父節點 5edcef8454
當前提交 68f0d62746

查看文件

@@ -372,7 +372,7 @@ if (defined($lsmod_file)) {
$lsmod = "$dir/lsmod";
last;
}
}
}
if (!defined($lsmod)) {
# try just the path
$lsmod = "lsmod";