contrib whitespace cleanup

This commit is contained in:
inphobia
2019-01-19 05:37:23 +01:00
parent d938a2c0d6
commit e68fa13289
7 changed files with 24 additions and 24 deletions

View File

@@ -80,7 +80,7 @@ unless ( defined $sysdescr ) {
SNMP::loadModules(@ARGV);
# Create a hash of MIB Modules for which we want results
# Create a hash of MIB Modules for which we want results
my %mib_hash = map {$_ => 1} @ARGV;
# Add the common MIB Modules we always want
my @common_mibs = ('SNMPv2-MIB', 'IF-MIB');