fix indentation

This commit is contained in:
Kevin Duret 2014-12-05 10:58:07 +01:00
parent 79e07f1e98
commit feeef2012d
1 changed files with 6 additions and 6 deletions

View File

@ -47,12 +47,12 @@ sub new {
$self->{version} = '1.0';
%{$self->{modes}} = (
'global-status' => 'centreon::common::dell::powerconnect3000::mode::globalstatus',
'environment' => 'centreon::common::fastpath::mode::environment',
'memory' => 'centreon::common::fastpath::mode::memory',
'cpu' => 'centreon::common::fastpath::mode::cpu',
'traffic' => 'snmp_standard::mode::traffic',
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
'global-status' => 'centreon::common::dell::powerconnect3000::mode::globalstatus',
'environment' => 'centreon::common::fastpath::mode::environment',
'memory' => 'centreon::common::fastpath::mode::memory',
'cpu' => 'centreon::common::fastpath::mode::cpu',
'traffic' => 'snmp_standard::mode::traffic',
'list-interfaces' => 'snmp_standard::mode::listinterfaces',
);
return $self;