From 8e6d0f2fa0193ebf15898cef3522da5eaa15cb3b Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Wed, 29 May 2019 11:58:29 +0200 Subject: [PATCH] typo: indent --- storage/hp/eva/cli/plugin.pm | 6 +++--- storage/hp/lefthand/snmp/plugin.pm | 6 +++--- storage/hp/msl/snmp/plugin.pm | 4 ++-- storage/hp/p2000/xmlapi/plugin.pm | 8 ++++---- storage/kaminario/restapi/plugin.pm | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/storage/hp/eva/cli/plugin.pm b/storage/hp/eva/cli/plugin.pm index e9d80b572..d076e3b6f 100644 --- a/storage/hp/eva/cli/plugin.pm +++ b/storage/hp/eva/cli/plugin.pm @@ -31,9 +31,9 @@ sub new { $self->{version} = '0.1'; %{$self->{modes}} = ( - 'hardware' => 'storage::hp::eva::cli::mode::hardware', - 'storage-usage' => 'storage::hp::eva::cli::mode::storageusage', - ); + 'hardware' => 'storage::hp::eva::cli::mode::hardware', + 'storage-usage' => 'storage::hp::eva::cli::mode::storageusage', + ); $self->{custom_modes}{api} = 'storage::hp::eva::cli::custom::api'; return $self; diff --git a/storage/hp/lefthand/snmp/plugin.pm b/storage/hp/lefthand/snmp/plugin.pm index 320377c3b..194cc3572 100644 --- a/storage/hp/lefthand/snmp/plugin.pm +++ b/storage/hp/lefthand/snmp/plugin.pm @@ -31,9 +31,9 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'hardware' => 'storage::hp::lefthand::snmp::mode::hardware', - 'volume-usage' => 'storage::hp::lefthand::snmp::mode::volumeusage', - ); + 'hardware' => 'storage::hp::lefthand::snmp::mode::hardware', + 'volume-usage' => 'storage::hp::lefthand::snmp::mode::volumeusage', + ); return $self; } diff --git a/storage/hp/msl/snmp/plugin.pm b/storage/hp/msl/snmp/plugin.pm index 7e383b362..0c950fb43 100644 --- a/storage/hp/msl/snmp/plugin.pm +++ b/storage/hp/msl/snmp/plugin.pm @@ -31,8 +31,8 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'hardware' => 'storage::hp::msl::snmp::mode::hardware', - ); + 'hardware' => 'storage::hp::msl::snmp::mode::hardware', + ); return $self; } diff --git a/storage/hp/p2000/xmlapi/plugin.pm b/storage/hp/p2000/xmlapi/plugin.pm index 37ff01a17..095a8c69e 100644 --- a/storage/hp/p2000/xmlapi/plugin.pm +++ b/storage/hp/p2000/xmlapi/plugin.pm @@ -32,10 +32,10 @@ sub new { $self->{version} = '0.1'; %{$self->{modes}} = ( - 'health' => 'storage::hp::p2000::xmlapi::mode::health', - 'list-volumes' => 'storage::hp::p2000::xmlapi::mode::listvolumes', - 'volume-stats' => 'storage::hp::p2000::xmlapi::mode::volumesstats', - ); + 'health' => 'storage::hp::p2000::xmlapi::mode::health', + 'list-volumes' => 'storage::hp::p2000::xmlapi::mode::listvolumes', + 'volume-stats' => 'storage::hp::p2000::xmlapi::mode::volumesstats', + ); $self->{custom_modes}{p2000xml} = 'storage::hp::p2000::xmlapi::custom'; return $self; diff --git a/storage/kaminario/restapi/plugin.pm b/storage/kaminario/restapi/plugin.pm index 9c1aefd55..72744a4fd 100644 --- a/storage/kaminario/restapi/plugin.pm +++ b/storage/kaminario/restapi/plugin.pm @@ -31,9 +31,9 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( - 'system-usage' => 'storage::kaminario::restapi::mode::systemusage', - 'volume-usage' => 'storage::kaminario::restapi::mode::volumeusage', - ); + 'system-usage' => 'storage::kaminario::restapi::mode::systemusage', + 'volume-usage' => 'storage::kaminario::restapi::mode::volumeusage', + ); $self->{custom_modes}{api} = 'storage::kaminario::restapi::custom::api'; return $self;