summaryrefslogtreecommitdiff
path: root/net_ntrip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-14 15:13:17 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-14 15:13:17 -0400
commitb3f4e57d6a150105e4cdce0528359cc5818f8cdc (patch)
tree2e814b3db633f61297ee74e002aa2e18a7b7a590 /net_ntrip.c
parentaefbda88efda49fe26b0dc27c0926be8316d4717 (diff)
downloadgpsd-b3f4e57d6a150105e4cdce0528359cc5818f8cdc.tar.gz
More GNU indent suppression. All regression tests pass.
Diffstat (limited to 'net_ntrip.c')
-rw-r--r--net_ntrip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net_ntrip.c b/net_ntrip.c
index 8dfff51f..100fe012 100644
--- a/net_ntrip.c
+++ b/net_ntrip.c
@@ -359,6 +359,7 @@ static int ntrip_auth_encode(const struct ntrip_stream_t *stream,
return 0;
}
+/* *INDENT-OFF* */
/*@ -nullpass @*//* work around a splint bug */
static int ntrip_stream_open(const char *caster, const char *port,
/*@null@*/ const char *auth,
@@ -429,6 +430,7 @@ static int ntrip_stream_open(const char *caster, const char *port,
(void)close(context->dsock);
return -1;
}
+/* *INDENT-ON* */
/*@ +nullpass @*/