Pretty up the code

This commit is contained in:
Tom Eastep 2010-07-22 13:57:34 -07:00
parent 7db9645225
commit 49a8861f5b

View File

@ -1302,7 +1302,7 @@ sub verify_required_interfaces( $ ) {
for my $interface (@$interfaces ) {
my $wait = $interfaces{$interface}{options}{wait};
emit q() unless $first-- > 0;
emit q() unless $first-- > 0;
if ( $wait ) {
my $physical = get_physical $interface;