Skip to content

Commit

Permalink
kconfig: localmodconfig: fix indentation for closing brace
Browse files Browse the repository at this point in the history
This is the closing brace for the foreach loop. Fix the misleading
indentation.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Jan 6, 2020
1 parent 5edcef8 commit 68f0d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ sub convert_vars {
$lsmod = "$dir/lsmod";
last;
}
}
}
if (!defined($lsmod)) {
# try just the path
$lsmod = "lsmod";
Expand Down

0 comments on commit 68f0d62

Please sign in to comment.