Skip to content

Commit

Permalink
refactor: cosmetic
Browse files Browse the repository at this point in the history
Fix comment
Fix dots alignment
  • Loading branch information
g-bougard committed Sep 27, 2018
1 parent d9e7a5d commit b94034e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/SNMP/Device.pm
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ sub setType {
sub setManufacturer {
my ($self) = @_;

# Permit mib support to reset type
# Permit mib support to reset manufacturer
if ($self->{MIBSUPPORT}) {
my $manufacturer = $self->{MIBSUPPORT}->getMethod('getManufacturer');
$self->{MANUFACTURER} = $manufacturer if $manufacturer;
Expand Down
4 changes: 2 additions & 2 deletions lib/FusionInventory/Agent/SNMP/MibSupport/Epson.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use FusionInventory::Agent::Tools;
use FusionInventory::Agent::Tools::SNMP;

use constant epson => '.1.3.6.1.4.1.1248' ;
use constant model => epson .'.1.2.2.1.1.1.2.1' ;
use constant serial => epson .'.1.2.2.1.1.1.5.1' ;
use constant model => epson . '.1.2.2.1.1.1.2.1' ;
use constant serial => epson . '.1.2.2.1.1.1.5.1' ;
use constant fw_base => epson . '.1.2.2.2.1.1' ;

our $mibSupport = [
Expand Down

0 comments on commit b94034e

Please sign in to comment.