summaryrefslogtreecommitdiff
path: root/gpxlogger.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-09-07 06:24:26 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-09-07 06:24:26 -0400
commit620f7445dcacfbb740c55a9e4b891593c3f94910 (patch)
treee092711dae9ac1af540a2e5469493f13303248c1 /gpxlogger.c
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'gpxlogger.c')
-rw-r--r--gpxlogger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpxlogger.c b/gpxlogger.c
index e9140ded..a14427a7 100644
--- a/gpxlogger.c
+++ b/gpxlogger.c
@@ -131,14 +131,14 @@ static void conditionally_log_fix(struct gps_data_t *gpsdata)
if ((int_time == old_int_time) || gpsdata->fix.mode < MODE_2D)
return;
- /* may not be worth logging if we've moved only a very short distance */
+ /* may not be worth logging if we've moved only a very short distance */
if (minmove>0 && !first && earth_distance(
gpsdata->fix.latitude,
gpsdata->fix.longitude,
old_lat, old_lon) < minmove)
return;
- /*
+ /*
* Make new track if the jump in time is above
* timeout. Handle jumps both forward and
* backwards in time. The clock sometimes jumps