mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-07 10:01:10 +00:00
white space cleanups
This commit is contained in:
parent
44a1fe387e
commit
74b0334e19
@ -106,7 +106,7 @@ sub scan_adoc_file {
|
||||
|
||||
while (defined (my $line = <$fh>)) {
|
||||
if ($line =~ m/^if(n?)def::(\S+)\[(.*)\]\s*$/) {
|
||||
my ($not, $env, $text) = ($1, $2);
|
||||
my ($not, $env, $text) = ($1, $2, $3);
|
||||
die "unsuported ifdef usage - implement me" if $text;
|
||||
push_environment($env, $not);
|
||||
next;
|
||||
@ -196,4 +196,3 @@ foreach my $e (@$start_env) {
|
||||
|
||||
|
||||
print to_json($fileinfo, { pretty => 1 } );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user