From bb65b64e39c4de35952befef513e29c7f24ec76f Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 29 Jul 2024 00:42:03 -0400 Subject: [PATCH] infomaniak: Whitespace fixes --- ddclient.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ddclient.in b/ddclient.in index 6658bae..7f48f98 100755 --- a/ddclient.in +++ b/ddclient.in @@ -7331,9 +7331,9 @@ sub nic_infomaniak_update { # IP changed => good # No domain name => Validation failed my %statuses = ( - 'good' => (1, sprintf("IP set to %s for %s", $ip, $h)), - 'nochg' => (1, sprintf("IP already set to %s for %s", $ip, $h)), - 'nohost' => (0, sprintf("Bad domain name %s or bad IP %s", $h, $ip)), + 'good' => (1, sprintf("IP set to %s for %s", $ip, $h)), + 'nochg' => (1, sprintf("IP already set to %s for %s", $ip, $h)), + 'nohost' => (0, sprintf("Bad domain name %s or bad IP %s", $h, $ip)), 'badauth' => (0, sprintf("Bad authentication for %s", $h)), ); my $reply = geturl(