src: style update

This commit is contained in:
Franco Fichtner 2024-06-03 21:10:39 +02:00
parent 79312f47ea
commit a021a95868

View File

@ -51,14 +51,13 @@ function opendns_configure_do($verbose = false)
function opendns_xmlrpc_sync()
{
return [
[
'description' => gettext('OpenDNS'),
'section' => 'opendns',
'id' => 'opendns'
]
];
return [[
'description' => gettext('OpenDNS'),
'section' => 'opendns',
'id' => 'opendns',
]];
}
function opendns_register($pconfig)
{
$ch = curl_init();