diff --git a/ddclient.in b/ddclient.in index ed16409..b5db60d 100755 --- a/ddclient.in +++ b/ddclient.in @@ -5868,9 +5868,7 @@ sub nic_keysystems_update { $config{$h}{'mtime'} = $now; $config{$h}{'status'} = 'good'; success("updating %s: good: IP address set to %s", $h, $ip); - } - else - { + } else { $config{$h}{'status'} = 'failed'; failed("updating %s: Server said: '$reply'", $h); }