Index: applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationProfile.java
===================================================================
--- applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationProfile.java	(revision 35444)
+++ applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationProfile.java	(revision 35465)
@@ -197,5 +197,5 @@
         importantWayPoints[WAYPOINT_START] = wp;
         if(wp.getDate() != null)
-        	this.start = wp.getDate();
+            this.start = wp.getDate();
     }
 
@@ -206,5 +206,5 @@
         importantWayPoints[WAYPOINT_END] = wp;
         if(wp.getDate() != null)
-        	this.end = wp.getDate();
+            this.end = wp.getDate();
     }
 
