From: Fabian Ebner Date: Wed, 28 Aug 2019 09:22:39 +0000 (+0200) Subject: SectionConfig: Cleanup to make style consistent X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=9e594bd42eb25cbd1a5fd1ad97e51e68fd3b6f30 SectionConfig: Cleanup to make style consistent Signed-off-by: Fabian Ebner --- diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index a760459..394aae6 100644 --- a/src/PVE/SectionConfig.pm +++ b/src/PVE/SectionConfig.pm @@ -334,7 +334,7 @@ sub parse_config { } } - while ($line = &$nextline()) { + while ($line = $nextline->()) { next if $ignore; # skip $errprefix = "file $filename line $lineno";