Skip to content

Commit 68f0d62

Browse files
committed
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 <[email protected]>
1 parent 5edcef8 commit 68f0d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kconfig/streamline_config.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ sub convert_vars {
372372
$lsmod = "$dir/lsmod";
373373
last;
374374
}
375-
}
375+
}
376376
if (!defined($lsmod)) {
377377
# try just the path
378378
$lsmod = "lsmod";

0 commit comments

Comments
 (0)