Convert tabs to spaces

This commit is contained in:
Sandro 2020-05-30 05:18:26 +02:00 committed by GitHub
parent 5f5a2f93c0
commit b066538182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -483,11 +483,11 @@ my %variables = (
'warned-min-interval' => setv(T_ANY, 0, 1, 0, 0, undef), 'warned-min-interval' => setv(T_ANY, 0, 1, 0, 0, undef),
'warned-min-error-interval' => setv(T_ANY, 0, 1, 0, 0, undef), 'warned-min-error-interval' => setv(T_ANY, 0, 1, 0, 0, undef),
}, },
'dnsexit-common-defaults' => { 'dnsexit-common-defaults' => {
'ssl' => setv(T_BOOL, 0, 0, 0, 0, undef), 'ssl' => setv(T_BOOL, 0, 0, 0, 0, undef),
'use' => setv(T_USE, 0, 1, 1, 'web', undef), 'use' => setv(T_USE, 0, 1, 1, 'web', undef),
'server' => setv(T_FQDNP, 0, 1, 1, 'update.dnsexit.com', undef), 'server' => setv(T_FQDNP, 0, 1, 1, 'update.dnsexit.com', undef),
'script' => setv(T_STRING, 0, 1, 1, '/RemoteUpdate.sv', undef), 'script' => setv(T_STRING, 0, 1, 1, '/RemoteUpdate.sv', undef),
}, },
); );
my %services = ( my %services = (