Commit 59b38340 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 07f55b5c
......@@ -63,4 +63,4 @@ class ServiceController extends ApiControllerBase
return array("status" => "failed");
}
}
}
\ No newline at end of file
}
......@@ -249,4 +249,4 @@ class SettingsController extends ApiControllerBase
// }
}
}
\ No newline at end of file
}
......@@ -53,4 +53,4 @@
<type>text</type>
<help>Enter a description to explain what this job is intended for.</help>
</field>
</form>
\ No newline at end of file
</form>
......@@ -70,5 +70,3 @@
</jobs>
</items>
</model>
......@@ -115,4 +115,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
{# include dialog #}
{{ partial("layout_partials/base_dialog",['fields':formDialogEdit,'id':'DialogEdit','label':'Edit Job'])}}
\ No newline at end of file
{{ partial("layout_partials/base_dialog",['fields':formDialogEdit,'id':'DialogEdit','label':'Edit Job'])}}
......@@ -60,5 +60,3 @@ if __name__ == '__main__':
result=rc.search(**parameters)
result['parameters'] = parameters
print (ujson.dumps(result))
......@@ -42,4 +42,3 @@ if __name__ == '__main__':
result = {'items': items, 'count':len(items)}
print (ujson.dumps(result))
......@@ -239,4 +239,3 @@ class RuleCache(object):
result.append(record[0])
return sorted(result)
......@@ -39,4 +39,3 @@ command:/usr/local/etc/rc.d/suricata status
parameters:
type:script_output
message:get suricata daemon status
......@@ -118,4 +118,3 @@ else:
if result is None:
sys.exit(-1)
print('%s'%(result))
......@@ -9,4 +9,4 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
# Origin/Description: {{job.origin}}/{{job.description}}
{{job.minutes}} {{job.hours}} {{job.days}} {{job.months}} {{job.weekdays}} /usr/local/sbin/configctl {{job.command}} {{job.parameter}}
{% endfor %}
{% endif %}
\ No newline at end of file
{% endif %}
......@@ -134,7 +134,7 @@ outputs:
# Header name were the actual IP address will be reported, if more than
# one IP address is present, the last IP address will be the one taken
# into consideration.
header: X-Forwarded-For
header: X-Forwarded-For
# a line based log of HTTP requests (no alerts)
- http-log:
......
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