Commit 80fd90ce authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 40c12aac
......@@ -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] ) ))
......@@ -249,4 +249,3 @@ class DependancyCrawler(object):
html = html_body % ('\n'.join(map(lambda x: html_row % (x, x), sorted(filelist))))
return html
......@@ -38,4 +38,3 @@ function configd_run($cmd, $detach = false)
$backend = new OPNsense\Core\Backend();
return $backend->configdRun("{$cmd}", $detach);
}
......@@ -740,4 +740,3 @@ function get_current_theme()
return $theme;
}
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