summaryrefslogtreecommitdiff
path: root/json.h
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 /json.h
parent37eb7eddad45956cc2ff59c11e577d16336223b4 (diff)
downloadgpsd-79393cfc0b8ebdfab14d0d207744fb36292c0b3e.tar.gz
A horrowshow of whitespace hacks.
Diffstat (limited to 'json.h')
-rw-r--r--json.h2
1 files changed, 1 insertions, 1 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 {