src: style and whitespace sweep

This commit is contained in:
Franco Fichtner 2015-06-16 10:15:55 +02:00
parent 1311dcbfcc
commit 1454f5daf3
5 changed files with 2 additions and 5 deletions

View File

@ -28,7 +28,6 @@
*/
namespace OPNsense\Base;
/**
* Class ApiControllerBase, inherit this class to implement API calls
* @package OPNsense\Base

View File

@ -215,5 +215,4 @@ class ControllerBase extends ControllerRoot
// append ACL object to view
$this->view->acl = new \OPNsense\Core\ACL();
}
}

View File

@ -93,4 +93,4 @@ class ControllerRoot extends Controller
return true;
}
}
}

View File

@ -29,4 +29,4 @@
<label>Reference</label>
<type>info</type>
</field>
</form>
</form>

View File

@ -227,4 +227,3 @@ class RuleCache(object):
result.append(record[0])
return sorted(result)