Index: /trunk/src/org/openstreetmap/josm/gui/layer/imagery/TileCoordinateConverter.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/layer/imagery/TileCoordinateConverter.java	(revision 11864)
+++ /trunk/src/org/openstreetmap/josm/gui/layer/imagery/TileCoordinateConverter.java	(revision 11865)
@@ -154,5 +154,5 @@
             t1 = tileSource.latLonToTileXY(topLeft.toCoordinate(), zoom);
             t2 = tileSource.latLonToTileXY(botRight.toCoordinate(), zoom);
-        }  else {
+        } else {
             EastNorth topLeftEN = mapView.getEastNorth(0, 0);
             EastNorth botRightEN = mapView.getEastNorth(mapView.getWidth(), mapView.getHeight());
