fix indentation in import section
This commit is contained in:
parent
8fbbf11233
commit
2a9a4b2f0e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ while (<>) {
|
||||||
$inlist=1;
|
$inlist=1;
|
||||||
$spippara=0;
|
$spippara=0;
|
||||||
}
|
}
|
||||||
elsif (/.SH/) {
|
elsif (/^.SH/) {
|
||||||
$skippara=0;
|
$skippara=0;
|
||||||
$inlist=0;
|
$inlist=0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue