summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver_oncore.c2
-rw-r--r--driver_superstar2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/driver_oncore.c b/driver_oncore.c
index 5f90d944..fad71489 100644
--- a/driver_oncore.c
+++ b/driver_oncore.c
@@ -521,7 +521,7 @@ const struct gps_type_t oncore_binary = {
#ifdef NTPSHM_ENABLE
.ntp_offset = oncore_ntp_offset,
#endif /* NTPSHM_ENABLE */
-/* *INDENT-ON* */
};
+/* *INDENT-ON* */
#endif /* defined(ONCORE_ENABLE) && defined(BINARY_ENABLE) */
diff --git a/driver_superstar2.c b/driver_superstar2.c
index b5b84735..52a556bc 100644
--- a/driver_superstar2.c
+++ b/driver_superstar2.c
@@ -687,6 +687,6 @@ const struct gps_type_t superstar2_binary = {
#ifdef NTPSHM_ENABLE
.ntp_offset = NULL, /* no method for NTP fudge factor */
#endif /* NTPSHM_ ENABLE */
-/* *INDENT-ON* */
};
+/* *INDENT-ON* */
#endif /* defined(SUPERSTAR2_ENABLE) && defined(BINARY_ENABLE) */