fix indentation refs #6015

This commit is contained in:
Kevin Duret 2014-12-05 09:44:10 +01:00
parent 3b3bd88cba
commit 40025dea8c
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::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::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;