Align some assignments in the Config Module

This commit is contained in:
Tom Eastep 2011-01-21 06:51:35 -08:00
parent 24412c9498
commit 20cd9848f6

View File

@ -312,7 +312,7 @@ our $tc; # Path to tc
our $ip; # Path to ip
use constant { MIN_VERBOSITY => -1,
MAX_VERBOSITY => 2 ,
AX_VERBOSITY => 2 ,
F_IPV4 => 4,
F_IPV6 => 6,
};