summaryrefslogtreecommitdiff
path: root/driver_rtcm2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-14 14:09:51 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-14 14:09:51 -0400
commit91c7dec6931f0d947c2a4a6a52e47e5edd37a289 (patch)
treee3e6e680de8238a6c5fbf2ea2bdb024f0f45ebae /driver_rtcm2.c
parentff5520e37d9a2bd698149f943a928fcb66408c5d (diff)
downloadgpsd-91c7dec6931f0d947c2a4a6a52e47e5edd37a289.tar.gz
Scatter GNU indent pragmas to tell it not to do stupid things.
All regression tests pass.
Diffstat (limited to 'driver_rtcm2.c')
-rw-r--r--driver_rtcm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_rtcm2.c b/driver_rtcm2.c
index 19212228..cdefb144 100644
--- a/driver_rtcm2.c
+++ b/driver_rtcm2.c
@@ -189,7 +189,7 @@ void rtcm2_unpack( /*@out@*/ struct rtcm2_t *tp, char *buf)
csp->iodl = m->issue_of_data_link != 0;
csp->health = m->data_health;
/*@+ignoresigns@*/
- csp->snr = (int) (m->cn0 ? (m->cn0 + CNR_OFFSET) : SNR_BAD);
+ csp->snr = (int) (m->cn0 ? (m->cn0 + CNR_OFFSET) : SNR_BAD);
/*@-ignoresigns@*/
csp->health_en = m->health_enable != 0;
csp->new_data = m->new_nav_data != 0;