Commit 1454f5da authored by Franco Fichtner's avatar Franco Fichtner

src: style and whitespace sweep

parent 1311dcbf
......@@ -28,7 +28,6 @@
*/
namespace OPNsense\Base;
/**
* Class ApiControllerBase, inherit this class to implement API calls
* @package OPNsense\Base
......
......@@ -215,5 +215,4 @@ class ControllerBase extends ControllerRoot
// append ACL object to view
$this->view->acl = new \OPNsense\Core\ACL();
}
}
......@@ -93,4 +93,4 @@ class ControllerRoot extends Controller
return true;
}
}
\ No newline at end of file
}
......@@ -29,4 +29,4 @@
<label>Reference</label>
<type>info</type>
</field>
</form>
\ No newline at end of file
</form>
......@@ -227,4 +227,3 @@ class RuleCache(object):
result.append(record[0])
return sorted(result)
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