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

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Sep 4 16:23:03 CEST 2019


On 28.08.19 11:22, Fabian Ebner wrote:
> 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";
> 

applied




More information about the pve-devel mailing list