Whitespace fixes
This commit is contained in:
parent
38bec6d135
commit
b3f2f7029d
1 changed files with 7 additions and 8 deletions
3
ddclient
3
ddclient
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue