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

src: whitespace sweep

parent 07f55b5c
......@@ -70,5 +70,3 @@
</jobs>
</items>
</model>
......@@ -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))
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