almost done whitespace cleanup

This commit is contained in:
inphobia
2019-01-19 05:24:32 +01:00
parent 4230a07c94
commit e356189010
14 changed files with 81 additions and 81 deletions

View File

@@ -152,14 +152,14 @@ Eric Miller
=head1 SYNOPSIS
# Let SNMP::Info determine the correct subclass for you.
# Let SNMP::Info determine the correct subclass for you.
my $cps = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
)
or die "Can't connect to DestHost.\n";
my $class = $cps->class();