Whitespace cleanup

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner
2020-06-30 10:24:22 +02:00
committed by Thomas Lamprecht
parent 12442ae19c
commit 7dd31e686c

View File

@ -214,7 +214,7 @@ __PACKAGE__->register_method ({
{ subdir => 'upload' }, { subdir => 'upload' },
{ subdir => 'rrd' }, { subdir => 'rrd' },
{ subdir => 'rrddata' }, { subdir => 'rrddata' },
]; ];
return $res; return $res;
}}); }});
@ -299,7 +299,6 @@ __PACKAGE__->register_method ({
return PVE::RRD::create_rrd_graph( return PVE::RRD::create_rrd_graph(
"pve2-storage/$param->{node}/$param->{storage}", "pve2-storage/$param->{node}/$param->{storage}",
$param->{timeframe}, $param->{ds}, $param->{cf}); $param->{timeframe}, $param->{ds}, $param->{cf});
}}); }});
__PACKAGE__->register_method ({ __PACKAGE__->register_method ({
@ -458,7 +457,7 @@ __PACKAGE__->register_method ({
$cmd = ['cp', '--', $tmpfilename, $dest]; $cmd = ['cp', '--', $tmpfilename, $dest];
} }
my $worker = sub { my $worker = sub {
my $upid = shift; my $upid = shift;
print "starting file import from: $tmpfilename\n"; print "starting file import from: $tmpfilename\n";