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/layer/NoteLayer.java

    r8394 r8444  
    232232            notePoint.setLocation(notePoint.getX(), notePoint.getY() - NotesDialog.ICON_SMALL_SIZE / 2);
    233233            double dist = clickPoint.distanceSq(notePoint);
    234             if (minDistance > dist && clickPoint.distance(notePoint) < snapDistance ) {
     234            if (minDistance > dist && clickPoint.distance(notePoint) < snapDistance) {
    235235                minDistance = dist;
    236236                closestNote = note;
Note: See TracChangeset for help on using the changeset viewer.