Commit d5235d9c authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

(cherry picked from commit 28cf9dba)
parent 9374fda5
......@@ -568,7 +568,7 @@ class SystemhealthController extends ApiControllerBase
}
// The zoom (timespan) level determines the number of datasets to
// use in the equation. All the irrelevant sets are removed here.
// use in the equation. All the irrelevant sets are removed here.
if ((int)$detail >= 0) {
for ($count = count($xml->rra) - 1; $count > $detail; $count--) {
unset($xml->rra[$count]);
......
......@@ -132,4 +132,3 @@ class TestCoreMethods(unittest.TestCase):
cmd_thread.run()
response = json.loads(self.dummysock.getReceived()[:-4])
self.assertGreater(len(response), 10, 'number of configd commands very suspicious')
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