Index: applications/editors/josm/plugins/openlayers/resources/ehcache.xml
===================================================================
--- applications/editors/josm/plugins/openlayers/resources/ehcache.xml	(revision 8748)
+++ applications/editors/josm/plugins/openlayers/resources/ehcache.xml	(revision 12780)
@@ -5,5 +5,5 @@
     ==========================
     An ehcache.xml corresponds to a single CacheManager.
-    
+
     See instructions below or the ehcache schema (ehcache.xsd) on how to configure.
 
@@ -170,7 +170,7 @@
     Sets the maximum number of objects that will be created in memory
 
-	maxElementsOnDisk:
+    maxElementsOnDisk:
     Sets the maximum number of objects that will be maintained in the DiskStore
-	The default value is zero, meaning unlimited.
+    The default value is zero, meaning unlimited.
 
     eternal:
@@ -211,5 +211,5 @@
     Each spool buffer is used only by its cache. If you get OutOfMemory errors consider
     lowering this value. To improve DiskStore performance consider increasing it. Trace level
-    logging in the DiskStore will show if put back ups are occurring. 
+    logging in the DiskStore will show if put back ups are occurring.
 
     memoryStoreEvictionPolicy:
@@ -468,5 +468,5 @@
     </cache>
 
-    
+
 
 
Index: applications/editors/josm/plugins/openlayers/resources/yahoo.html
===================================================================
--- applications/editors/josm/plugins/openlayers/resources/yahoo.html	(revision 8748)
+++ applications/editors/josm/plugins/openlayers/resources/yahoo.html	(revision 12780)
@@ -1,5 +1,5 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-   	<!-- The map can not be set to 100%. It hangs -->
+    <!-- The map can not be set to 100%. It hangs -->
     <style type="text/css">
         #map {
@@ -11,29 +11,29 @@
     <script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script>
     <script type="text/javascript">
-    	// There seems to be a problem with this function and the Java JS engine, as the computed style 
-    	// does not have the function getPropertyValue.
-		OpenLayers.Element.getStyle =  function(element, style) {
-	        element = OpenLayers.Util.getElement(element);
-	        var value = element.style[OpenLayers.String.camelize(style)];
-	        if (!value) {
-	            if (document.defaultView && 
-	                document.defaultView.getComputedStyle && false) {
-	                
-	                var css = document.defaultView.getComputedStyle(element, null);
-	                value = css ? css.getPropertyValue(style) : null;
-	            } else if (element.currentStyle) {
-	                value = element.currentStyle[OpenLayers.String.camelize(style)];
-	            }
-	        }
-	    
-	        var positions = ['left', 'top', 'right', 'bottom'];
-	        if (window.opera &&
-	            (OpenLayers.Util.indexOf(positions,style) != -1) &&
-	            (OpenLayers.Element.getStyle(element, 'position') == 'static')) { 
-	            value = 'auto';
-	        }
-	    
-	        return value == 'auto' ? null : value;
-	    }
+        // There seems to be a problem with this function and the Java JS engine, as the computed style
+        // does not have the function getPropertyValue.
+        OpenLayers.Element.getStyle =  function(element, style) {
+            element = OpenLayers.Util.getElement(element);
+            var value = element.style[OpenLayers.String.camelize(style)];
+            if (!value) {
+                if (document.defaultView &&
+                    document.defaultView.getComputedStyle && false) {
+
+                    var css = document.defaultView.getComputedStyle(element, null);
+                    value = css ? css.getPropertyValue(style) : null;
+                } else if (element.currentStyle) {
+                    value = element.currentStyle[OpenLayers.String.camelize(style)];
+                }
+            }
+
+            var positions = ['left', 'top', 'right', 'bottom'];
+            if (window.opera &&
+                (OpenLayers.Util.indexOf(positions,style) != -1) &&
+                (OpenLayers.Element.getStyle(element, 'position') == 'static')) {
+                value = 'auto';
+            }
+
+            return value == 'auto' ? null : value;
+        }
     </script>
     <script type="text/javascript">
@@ -56,16 +56,16 @@
             var mapDiv = document.getElementById("map");
             if( !mapDiv ) return;
-            
+
             mapDiv.style.width = width;
             mapDiv.style.height = height;
-            
+
             if( map )
                 map.updateSize();
         }
-        
+
         function zoomMapToExtent(left, bottom, right, top)
         {
             if( !map ) return;
-            
+
             map.zoomToExtent( new OpenLayers.Bounds(left, bottom, right, top) );
             var extent = map.getExtent();
@@ -78,5 +78,5 @@
     </script>
   </head>
-  
+
   <body onload="init()" style="overflow:hidden; margin: 0; padding: 0;">
     <div id="overlay" style="background:white;opacity:0.5;z-index:10;">
