summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:52:52 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:52:52 -0700
commit37eb7eddad45956cc2ff59c11e577d16336223b4 (patch)
tree9fc4fbfbd17ea2d0b8cf9173277452e4deabe156 /cgps.c
parent0de9f0dbbadb2c9ce78cac0777039db0579649f7 (diff)
downloadgpsd-37eb7eddad45956cc2ff59c11e577d16336223b4.tar.gz
A drowning deluge of whitespace hacks.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgps.c b/cgps.c
index ec3fe60d..25fd94e3 100644
--- a/cgps.c
+++ b/cgps.c
@@ -785,7 +785,7 @@ int main(int argc, char *argv[])
/* wait 1/2 second for gpsd */
if (!gps_waiting(&gpsdata, 500000)) {
/* 240 tries at .5 Sec a try is a 2 minute timeout */
- if ( 240 < wait_clicks++ )
+ if ( 240 < wait_clicks++ )
die(GPS_TIMEOUT);
} else {
wait_clicks = 0;