Index: applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Grabber.java
===================================================================
--- applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Grabber.java	(revision 18762)
+++ applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Grabber.java	(revision 18942)
@@ -29,12 +29,12 @@
             double eastSize =  b.max.east() - b.min.east(); 
             double northSize =  b.max.north() - b.min.north(); 
-    
+
             double eastCoef = WMSPlugin.overlapEast / 100.0; 
             double northCoef = WMSPlugin.overlapNorth / 100.0; 
-             
-            this.b = new ProjectionBounds( new EastNorth(b.min.east(), 
+
+            this.b = new ProjectionBounds( new EastNorth(b.min.east(),
                                             b.min.north()), 
                                  new EastNorth(b.max.east() + eastCoef * eastSize, 
-                                            b.max.north() + northCoef * northSize));             
+                                            b.max.north() + northCoef * northSize));
         } else 
            this.b = b;
