Whitespace fixes

This commit is contained in:
Richard Hansen 2020-06-13 11:19:13 -04:00
parent 38bec6d135
commit b3f2f7029d

View file

@ -972,8 +972,7 @@ sub update_nics {
foreach my $h (sort keys %config) {
if (!exists $examined{$h}) {
failed("%s was not updated because protocol %s is not supported.",
$h, define($config{$h}{'protocol'}, '<undefined>')
);
$h, define($config{$h}{'protocol'}, '<undefined>'));
}
}
write_cache(opt('cache'));