summaryrefslogtreecommitdiff
path: root/driver_zodiac.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_zodiac.c
parent71459359df87a2fc882ca6e9fd2f4bd38527e655 (diff)
downloadgpsd-15428f0c0f12f5e225ff493fad2134ccdc93677f.tar.gz
Protect more displayed structures from indent.
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index ba7447e3..85b03df6 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -520,6 +520,7 @@ static double zodiac_ntp_offset(struct gps_device_t *session)
#endif /* NTPSHM_ENABLE */
/* this is everything we export */
+/* *INDENT-OFF* */
const struct gps_type_t zodiac_binary =
{
.type_name = "Zodiac binary", /* full name of type */
@@ -544,5 +545,6 @@ const struct gps_type_t zodiac_binary =
.ntp_offset = zodiac_ntp_offset, /* compute NTO fudge factor */
#endif /* NTPSHM_ENABLE */
};
+/* *INDENT-ON* */
#endif /* ZODIAC_ENABLE */