From c56d75b4b685095b3fc478b8a99d799657bf79ce Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 13 Dec 2018 10:15:46 +0100 Subject: [PATCH] fixup: whitespace cleanup Signed-off-by: Thomas Lamprecht --- PVE/API2/Ceph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm index fc71205e..5a52350f 100644 --- a/PVE/API2/Ceph.pm +++ b/PVE/API2/Ceph.pm @@ -2013,7 +2013,7 @@ __PACKAGE__->register_method({ }, code => sub { my ($param) = @_; - + PVE::CephTools::check_ceph_inited(); my $rpcenv = PVE::RPCEnvironment::get();