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

src: style and whitespace sweep

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