summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json.h2
-rw-r--r--ntpshm.h2
-rw-r--r--timespec.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/json.h b/json.h
index cd555628..804c6f85 100644
--- a/json.h
+++ b/json.h
@@ -11,7 +11,7 @@ typedef enum {t_integer, t_uinteger, t_real,
t_string, t_boolean, t_character,
t_time,
t_object, t_structobject, t_array,
- t_check, t_ignore}
+ t_check, t_ignore}
json_type;
struct json_enum_t {
diff --git a/ntpshm.h b/ntpshm.h
index 94faa77f..2811a4b4 100644
--- a/ntpshm.h
+++ b/ntpshm.h
@@ -14,7 +14,7 @@
#define NTPD_BASE 0x4e545030 /* "NTP0" */
-/*
+/*
* How to read and write fields in an NTP shared segment.
* This definition of shmTime is from ntpd source ntpd/refclock_shm.c
*
diff --git a/timespec.h b/timespec.h
index 8070926d..2e918761 100644
--- a/timespec.h
+++ b/timespec.h
@@ -6,8 +6,8 @@
#ifndef GPSD_TIMESPEC_H
#define GPSD_TIMESPEC_H
-/* normalize a timespec
- *
+/* normalize a timespec
+ *
* three cases to note
* if tv_sec is positve, then tv_nsec must be positive
* if tv_sec is negative, then tv_nsec must be negative