src: whitespace sweep

This commit is contained in:
Franco Fichtner 2016-02-22 08:05:45 +01:00
parent b6cfa710f7
commit 28cf9dbab8
2 changed files with 1 additions and 2 deletions

View File

@ -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]);

View File

@ -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')