[pve-devel] [PATCH common 2/2] Cleanup to make style consistent

Fabian Ebner f.ebner at proxmox.com
Wed Aug 28 11:22:39 CEST 2019


Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
 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.20.1





More information about the pve-devel mailing list