Commit bf6e78c3 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent b76d3cc1
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
</description> </description>
<items> <items>
</items> </items>
</model> </model>
\ No newline at end of file
...@@ -732,5 +732,3 @@ ...@@ -732,5 +732,3 @@
</div> </div>
</div> </div>
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
<file-match>.*-packets$</file-match> <file-match>.*-packets$</file-match>
<title>System Information - Packets </title> <title>System Information - Packets </title>
<y-axis_label>Packets/Second</y-axis_label> <y-axis_label>Packets/Second</y-axis_label>
</systemhealth> </systemhealth>
\ No newline at end of file
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
<interrupt>[#]</interrupt> <interrupt>[#]</interrupt>
<processes>[#]</processes> <processes>[#]</processes>
</field_units> </field_units>
</systemhealth> </systemhealth>
\ No newline at end of file
...@@ -51,4 +51,3 @@ if len(sys.argv) > 1: ...@@ -51,4 +51,3 @@ if len(sys.argv) > 1:
output_stream.seek(0) output_stream.seek(0)
print (output_stream.read()) print (output_stream.read())
break break
...@@ -85,4 +85,3 @@ for filename in glob.glob('%s/*.xml' % rrd_definition_dir): ...@@ -85,4 +85,3 @@ for filename in glob.glob('%s/*.xml' % rrd_definition_dir):
result[rrdFilename][fieldname] = rrdDef[fieldname] result[rrdFilename][fieldname] = rrdDef[fieldname]
print(ujson.dumps(result)) print(ujson.dumps(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