From 26a26aba952b6ed4c0de9a88295bf9676eaee377 Mon Sep 17 00:00:00 2001 From: Vincent Brillault Date: Mon, 16 Dec 2013 21:47:09 +0100 Subject: jsrrdgraph: RrdGraph.js: fix some indentation --- js/RrdGraph.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js') diff --git a/js/RrdGraph.js b/js/RrdGraph.js index e43fa51..cd422fd 100644 --- a/js/RrdGraph.js +++ b/js/RrdGraph.js @@ -1361,10 +1361,10 @@ RrdGraph.prototype.data_fetch = function() } /* lets see if the required data source is really there */ for (var ii = 0; ii < this.gdes[i].ds_cnt; ii++) { - if (this.gdes[i].ds_namv[ii] === this.gdes[i].ds_nam) { - this.gdes[i].ds = ii; - break; - } + if (this.gdes[i].ds_namv[ii] === this.gdes[i].ds_nam) { + this.gdes[i].ds = ii; + break; + } } if (this.gdes[i].ds === -1) -- cgit v1.1