From 5f5a2f93c01a9363568981338895e17e94d9ef72 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 30 May 2020 05:17:43 +0200 Subject: [PATCH] Fix indentation --- ddclient | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ddclient b/ddclient index d3a4e84..22fb183 100755 --- a/ddclient +++ b/ddclient @@ -691,15 +691,15 @@ my %services = ( $variables{'woima-service-common-defaults'}, ), }, - 'dnsexit' => { - 'updateable' => undef, - 'update' => \&nic_dnsexit_update, - 'examples' => \&nic_dnsexit_examples, - 'variables' => merge( - $variables{'dnsexit-common-defaults'}, - $variables{'service-common-defaults'}, - ), - }, + 'dnsexit' => { + 'updateable' => undef, + 'update' => \&nic_dnsexit_update, + 'examples' => \&nic_dnsexit_examples, + 'variables' => merge( + $variables{'dnsexit-common-defaults'}, + $variables{'service-common-defaults'}, + ), + }, ); $variables{'merged'} = merge($variables{'global-defaults'}, $variables{'service-common-defaults'},