From 9e594bd42eb25cbd1a5fd1ad97e51e68fd3b6f30 Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Wed, 28 Aug 2019 11:22:39 +0200 Subject: [PATCH] SectionConfig: Cleanup to make style consistent Signed-off-by: Fabian Ebner --- src/PVE/SectionConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2