From 41c5ef3e4f128efd3fbba27c4bdd99ea71b65ecb Mon Sep 17 00:00:00 2001 From: Manuel Luis SanmartĂ­n Rozada Date: Fri, 3 Apr 2015 23:26:36 +0200 Subject: jsrrdgraph: Fix tabs and spaces --- js/RrdGraph.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'js/RrdGraph.js') diff --git a/js/RrdGraph.js b/js/RrdGraph.js index 25823aa..1a9cc9f 100644 --- a/js/RrdGraph.js +++ b/js/RrdGraph.js @@ -27,8 +27,8 @@ */ var RrdGraphDescError = function (message) { - this.name = "RrdGraphDescError"; - this.message = (message) ? message : "Error"; + this.name = "RrdGraphDescError"; + this.message = (message) ? message : "Error"; }; RrdGraphDescError.prototype = new Error(); @@ -430,8 +430,8 @@ RrdGraphDesc.prototype.hrule = function (graph, value, color, legend, dashes, da */ var RrdVdefError = function (message) { - this.name = "RrdVdefError"; - this.message = (message) ? message : "Error"; + this.name = "RrdVdefError"; + this.message = (message) ? message : "Error"; }; RrdVdefError.prototype = new Error(); -- cgit v1.1