Ignore:
Timestamp:
2014-09-07T16:33:52+02:00 (12 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

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

    r7005 r7509  
    131131        boolean timedMarkersOmitted = false;
    132132        boolean untimedMarkersOmitted = false;
    133         double snapDistance = Main.pref.getDouble("marker.audiofromuntimedwaypoints.distance", 1.0e-3); 
     133        double snapDistance = Main.pref.getDouble("marker.audiofromuntimedwaypoints.distance", 1.0e-3);
    134134        // about 25 m
    135135        WayPoint wayPointFromTimeStamp = null;
Note: See TracChangeset for help on using the changeset viewer.