almost done whitespace cleanup

This commit is contained in:
inphobia
2019-01-19 05:33:09 +01:00
parent 16285ce2eb
commit d938a2c0d6
5 changed files with 30 additions and 30 deletions

View File

@@ -157,7 +157,7 @@ or C<%FUNCS> configuration. The data structure looks like:
}
It should be noted that the order of method resolution in SNMP::Info is to
first look for a defined subroutine (this is done by Perl), then the
first look for a defined subroutine (this is done by Perl), then the
AUTOLOAD sequence will search for a definition in C<%GLOBALS> followed by
C<%FUNCS>.