From deab8970a19f8f9ae32fe5f18300a8a317f5dcd7 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 1 Aug 2020 18:09:58 -0400 Subject: [PATCH] Whitespace fixes --- ddclient.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ddclient.in b/ddclient.in index a78677c..bb2e3f8 100755 --- a/ddclient.in +++ b/ddclient.in @@ -96,11 +96,11 @@ sub T_POSTS { 'postscript' } ## strategies for obtaining an ip address. my %builtinweb = ( - 'dyndns' => { 'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:', }, - 'ipifyipv4' => { 'url' => 'https://api.ipify.org/', }, - 'ipifyipv6' => { 'url' => 'https://api6.ipify.org/', }, - 'loopia' => { 'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:', }, - 'myonlineportal' => { 'url' => 'https://myonlineportal.net/checkip', }, + 'dyndns' => {'url' => 'http://checkip.dyndns.org/', 'skip' => 'Current IP Address:',}, + 'ipifyipv4' => {'url' => 'https://api.ipify.org/',}, + 'ipifyipv6' => {'url' => 'https://api6.ipify.org/',}, + 'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:',}, + 'myonlineportal' => {'url' => 'https://myonlineportal.net/checkip',}, ); my %builtinfw = ( '2wire' => {