diff --git a/scripts/development/inspect_function_usage.py b/scripts/development/inspect_function_usage.py index e0d3ddb24..589bd2f01 100755 --- a/scripts/development/inspect_function_usage.py +++ b/scripts/development/inspect_function_usage.py @@ -46,6 +46,3 @@ for src_filename in usage: trace_data = crawler.trace(module_name) if chk_source not in trace_data: print ('inspect : %s (%s)' % (src_filename, ',' .join(usage[src_filename] ) )) - - - diff --git a/scripts/development/lib/legacy_deps.py b/scripts/development/lib/legacy_deps.py index 1dda21ffa..2a8002cb2 100644 --- a/scripts/development/lib/legacy_deps.py +++ b/scripts/development/lib/legacy_deps.py @@ -249,4 +249,3 @@ class DependancyCrawler(object): html = html_body % ('\n'.join(map(lambda x: html_row % (x, x), sorted(filelist)))) return html - diff --git a/src/etc/inc/authgui.inc b/src/etc/inc/authgui.inc index c4f595d53..bbc89f54c 100644 --- a/src/etc/inc/authgui.inc +++ b/src/etc/inc/authgui.inc @@ -32,7 +32,7 @@ require_once("auth.inc"); -// provided via legacy_bindings.inc +// provided via legacy_bindings.inc global $priv_list; $acl = new OPNsense\Core\ACL(); $priv_list = $acl->getLegacyPrivList(); diff --git a/src/etc/inc/legacy_bindings.inc b/src/etc/inc/legacy_bindings.inc index ca5e4ddea..692d185db 100644 --- a/src/etc/inc/legacy_bindings.inc +++ b/src/etc/inc/legacy_bindings.inc @@ -38,4 +38,3 @@ function configd_run($cmd, $detach = false) $backend = new OPNsense\Core\Backend(); return $backend->configdRun("{$cmd}", $detach); } - diff --git a/src/www/guiconfig.inc b/src/www/guiconfig.inc index 962ea5c96..d0b009128 100644 --- a/src/www/guiconfig.inc +++ b/src/www/guiconfig.inc @@ -30,7 +30,7 @@ require_once("config.inc"); require_once("csrf/csrf-magic.php"); require_once("util.inc"); - + /* Include authentication routines */ /* THIS MUST BE ABOVE ALL OTHER CODE */ if(isset($nocsrf) && !$nocsrf) { @@ -740,4 +740,3 @@ function get_current_theme() return $theme; } -