Ignore:
Timestamp:
2015-06-02T16:41:37+02:00 (11 years ago)
Author:
Don-vip
Message:

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/TMSLayer.java

    r8424 r8444  
    746746        boolean zia = currentZoomLevel < this.getMaxZoomLvl();
    747747        if (Main.isDebugEnabled()) {
    748             Main.debug("zoomIncreaseAllowed(): " + zia + " " + currentZoomLevel + " vs. " + this.getMaxZoomLvl() );
     748            Main.debug("zoomIncreaseAllowed(): " + zia + " " + currentZoomLevel + " vs. " + this.getMaxZoomLvl());
    749749        }
    750750        return zia;
     
    14191419
    14201420        List<Tile> missedTiles = this.paintTileImages(g, ts, displayZoomLevel, null);
    1421         int[] otherZooms = { -1, 1, -2, 2, -3, -4, -5};
     1421        int[] otherZooms = {-1, 1, -2, 2, -3, -4, -5};
    14221422        for (int zoomOffset : otherZooms) {
    14231423            if (!autoZoom) {
Note: See TracChangeset for help on using the changeset viewer.