From 9fd1d458aefd1cb4c579e1c107717115e9acef8e Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 22 May 2006 12:36:14 +0000 Subject: [PATCH] coding standards git-svn-id: http://svn.openlayers.org/trunk/openlayers@254 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/LayerSwitcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/LayerSwitcher.js b/lib/OpenLayers/Control/LayerSwitcher.js index 62e476ba99..41bd690730 100644 --- a/lib/OpenLayers/Control/LayerSwitcher.js +++ b/lib/OpenLayers/Control/LayerSwitcher.js @@ -48,7 +48,7 @@ OpenLayers.Control.LayerSwitcher.prototype = this.div.style.position = "absolute"; this.div.style.top = "10px"; this.div.style.right = "0px"; - this.div.style.left=""; + this.div.style.left = ""; this.div.style.fontFamily = "sans-serif"; this.div.style.color = "white"; this.div.style.fontWeight = "bold";