summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:55:05 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:55:05 -0700
commit79393cfc0b8ebdfab14d0d207744fb36292c0b3e (patch)
treeaa1b1f08d67cfee6fd63755ac3594a8f242b783c
parent37eb7eddad45956cc2ff59c11e577d16336223b4 (diff)
downloadgpsd-79393cfc0b8ebdfab14d0d207744fb36292c0b3e.tar.gz
A horrowshow of whitespace hacks.
-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