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

remove extra whitespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/BoundingBoxSelectionPanel.java

    r6890 r8444  
    9797        }
    9898        if (!LatLon.isValidLon(minlon) || !LatLon.isValidLon(maxlon)
    99                 || !LatLon.isValidLat(minlat) || ! LatLon.isValidLat(maxlat))
     99                || !LatLon.isValidLat(minlat) || !LatLon.isValidLat(maxlat))
    100100            return null;
    101101        if (minlon > maxlon)
Note: See TracChangeset for help on using the changeset viewer.