whitespace formatting

This commit is contained in:
sreknob 2018-01-18 23:49:44 -05:00
parent 501cf65fdf
commit 364279b7ad

View file

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