From 7321959383e90e22f4932ee559fbc54367e1f882 Mon Sep 17 00:00:00 2001 From: Lonnie Abelbeck Date: Sat, 21 Jan 2017 07:06:13 -0600 Subject: [PATCH] cosmetic, remove stray space indent --- ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient b/ddclient index caad74f..6053c1c 100755 --- a/ddclient +++ b/ddclient @@ -4274,7 +4274,7 @@ sub nic_cloudflare_update { # Strip header $reply =~ s/^.*?\n\n//s; my $response = eval {decode_json($reply)}; - if (!defined $response || !defined $response->{result}) { + if (!defined $response || !defined $response->{result}) { failed ("invalid json or result."); next; }