Index: /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
===================================================================
--- /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java	(revision 16729)
+++ /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java	(revision 16730)
@@ -322,5 +322,5 @@
             // that we want to draw the most recently
             // requested images now.  We may have panned
-            // or zoomed away 
+            // or zoomed away
             tile = downloadQueue.removeLast();
             Image img = tile.loadImage();
@@ -399,5 +399,5 @@
              * the current one isn't loaded, then try the last one.
              * Should be good enough. If we've never seen one, then
-             * guess.        
+             * guess.
              */
             if (lastScaledImage != null) {
@@ -412,5 +412,5 @@
          * If the zoom scale gets really, really off, these can get into
          * the millions, so make this a double to prevent integer
-         * overflows.        
+         * overflows.
          */
         double drawWidth = p1.x - p0.x;
@@ -614,5 +614,5 @@
         }
     }
-    
+
     /**
      */
@@ -655,5 +655,5 @@
         }
         if (zoomIncreaseAllowed() && (ts.tilesSpanned() < 1.0)) {
-            this.debug("doesn't even cover one tile (" + ts.tilesSpanned() 
+            this.debug("doesn't even cover one tile (" + ts.tilesSpanned()
                        + "), increasing zoom from " + currentZoomLevel);
             if (increaseZoomLevel())
@@ -696,5 +696,5 @@
         this.paintTileImages(g, ts, currentZoomLevel);
         g.setColor(Color.red);
-        
+
         for (Tile t : ts.allTiles()) {
             // This draws the vertical lines for the entire
