even more whitespace cleanup

This commit is contained in:
inphobia
2019-01-19 05:17:04 +01:00
parent b78b1b4860
commit a8766a0b0b
11 changed files with 50 additions and 52 deletions

View File

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