summaryrefslogtreecommitdiff
path: root/timebase.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
commita5a4102ddba7e8f873a83d08328949c64240db96 (patch)
treee6577a6ad2767aee7f3b8ee70dbf5890bc6b8cf0 /timebase.c
parentd20c318487cabae5140de6749789a1b16fd880df (diff)
downloadgpsd-a5a4102ddba7e8f873a83d08328949c64240db96.tar.gz
Trailing whitespace fixup.
Diffstat (limited to 'timebase.c')
-rw-r--r--timebase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/timebase.c b/timebase.c
index cddd5915..0b3192e4 100644
--- a/timebase.c
+++ b/timebase.c
@@ -117,7 +117,7 @@ not be available at all when a GPS receiver has just
cold-booted. Thus, the time reported from GPS devices, although
supposed to be UTC, may be offset by an integer number of seconds
between a cold boot or leap second and the following
-subframe broadcast.
+subframe broadcast.
It might be best not to trust time for 20 minutes after GPSD startup
if it is more than 500ms from current system time (that is long enough
@@ -200,7 +200,7 @@ BSD terms apply: see the file COPYING in the distribution root for details.
void gpsd_time_init(struct gps_context_t *context, time_t starttime)
/* initialize the GPS context's time fields */
{
- /*
+ /*
* gpsd can't work with 'right' timezones (leapseconds inserted in
* the timezone offset). Avoid this and all manner of other local
* time issues by telling the system we want times returned in UTC.