whitespace

This commit is contained in:
Ad Schellevis 2020-05-19 22:02:43 +02:00
parent 33d7f9d247
commit 7bc8922c4b

View File

@ -247,13 +247,13 @@ function core_interfaces()
*/
function core_xmlrpc_sync()
{
$result = array();
$result = array();
$result[] = array(
'description' => gettext('Network Time'),
'section' => 'ntpd',
'id' => 'ntpd',
);
$result[] = array(
'description' => gettext('Network Time'),
'section' => 'ntpd',
'id' => 'ntpd',
);
return $result;
return $result;
}