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/data/coor/LatLon.java

    r8308 r8444  
    6969
    7070    private static final String cDms60 = cDmsSecondFormatter.format(60.0);
    71     private static final String cDms00 = cDmsSecondFormatter.format( 0.0);
     71    private static final String cDms00 = cDmsSecondFormatter.format(0.0);
    7272    private static final String cDm60 = cDmMinuteFormatter.format(60.0);
    73     private static final String cDm00 = cDmMinuteFormatter.format( 0.0);
     73    private static final String cDm00 = cDmMinuteFormatter.format(0.0);
    7474
    7575    /**
Note: See TracChangeset for help on using the changeset viewer.