summaryrefslogtreecommitdiff
path: root/subframe.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 /subframe.c
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'subframe.c')
-rw-r--r--subframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subframe.c b/subframe.c
index ae7059c8..4e99eb2e 100644
--- a/subframe.c
+++ b/subframe.c
@@ -18,7 +18,7 @@ gps_mask_t gpsd_interpret_subframe_raw(struct gps_device_t *session,
uint8_t preamble;
uint32_t parity;
- if (session->subframe_count++ == 0) {
+ if (session->subframe_count++ == 0) {
speed_t speed = gpsd_get_speed(session);
if (speed < 38400)