summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-13 22:19:30 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-13 22:19:30 -0400
commitba365042708b7cbadf755efd3afcf3589592c8a3 (patch)
treeb4b5ace33491f8e72da467d0e5d1341ef762743b
parent15428f0c0f12f5e225ff493fad2134ccdc93677f (diff)
downloadgpsd-ba365042708b7cbadf755efd3afcf3589592c8a3.tar.gz
Move some indent pragmas.
-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) */