summaryrefslogtreecommitdiff
path: root/pseudonmea.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 /pseudonmea.c
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'pseudonmea.c')
-rw-r--r--pseudonmea.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pseudonmea.c b/pseudonmea.c
index 0847df88..216ad645 100644
--- a/pseudonmea.c
+++ b/pseudonmea.c
@@ -12,8 +12,8 @@
/*
* Support for generic binary drivers. These functions dump NMEA for passing
- * to the client in raw mode. They assume that (a) the public gps.h structure
- * members are in a valid state, (b) that the private members hours, minutes,
+ * to the client in raw mode. They assume that (a) the public gps.h structure
+ * members are in a valid state, (b) that the private members hours, minutes,
* and seconds have also been filled in, (c) that if the private member
* mag_var is not NAN it is a magnetic variation in degrees that should be
* passed on, and (d) if the private member separation does not have the
@@ -237,7 +237,7 @@ static void gpsd_binary_time_dump(struct gps_device_t *session,
* incorrect; our sources on ZDA suggest that it should report local
* timezone. But no GPS we've ever seen actually does this, because it
* would require embedding a location-to-TZ database in the receiver.
- * And even if we could do that, it would make our regression tests
+ * And even if we could do that, it would make our regression tests
* break any time they were run in a timezone different from the one
* where they were generated.
*/
@@ -286,7 +286,7 @@ void nmea_tpv_dump(struct gps_device_t *session,
gpsd_binary_time_dump(session, bufp + strlen(bufp),
len - strlen(bufp));
if ((session->gpsdata.set & LATLON_SET) != 0) {
- gpsd_position_fix_dump(session, bufp + strlen(bufp),
+ gpsd_position_fix_dump(session, bufp + strlen(bufp),
len - strlen(bufp));
gpsd_transit_fix_dump(session, bufp + strlen(bufp),
len - strlen(bufp));