summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-13 22:12:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-13 22:12:56 -0400
commit15428f0c0f12f5e225ff493fad2134ccdc93677f (patch)
treec94543d2a1bc0f1eb5c9513f619d7f582b43c46d /driver_tsip.c
parent71459359df87a2fc882ca6e9fd2f4bd38527e655 (diff)
downloadgpsd-15428f0c0f12f5e225ff493fad2134ccdc93677f.tar.gz
Protect more displayed structures from indent.
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 8be06aa1..363ecb42 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -1089,6 +1089,7 @@ static double tsip_ntp_offset(struct gps_device_t *session)
#endif /* NTPSHM_ENABLE */
/* this is everything we export */
+/* *INDENT-OFF* */
const struct gps_type_t tsip_binary =
{
.type_name = "Trimble TSIP", /* full name of type */
@@ -1113,5 +1114,6 @@ const struct gps_type_t tsip_binary =
.ntp_offset = tsip_ntp_offset,
#endif /* NTPSHM_ENABLE */
};
+/* *INDENT-ON* */
#endif /* TSIP_ENABLE */