Commit f154c814 authored by Franco Fichtner's avatar Franco Fichtner

src: style and whitespace sweep

(cherry picked from commit 5399370d)
parent cd4c883a
......@@ -421,7 +421,7 @@ class FirmwareController extends ApiControllerBase
* retrieve current firmware configuration options
* @return array
*/
function getFirmwareConfigAction()
public function getFirmwareConfigAction()
{
$result = array();
$result['mirror'] = '';
......@@ -441,7 +441,7 @@ class FirmwareController extends ApiControllerBase
* set firmware configuration options
* @return array status
*/
function setFirmwareConfigAction()
public function setFirmwareConfigAction()
{
$response = array("status" => "failure");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment