summaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:47:16 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:47:16 -0700
commit7f67ff565a0e2e115f703964cd563229f9f828b3 (patch)
tree65eb385c1956cf7d0557a58477fd8e84bcc8ea6c /json.c
parent77e283cc8fda4ced8527a2cfc6fd4c863d9b86a4 (diff)
downloadgpsd-7f67ff565a0e2e115f703964cd563229f9f828b3.tar.gz
Still more whitespace fixups
Diffstat (limited to 'json.c')
-rw-r--r--json.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/json.c b/json.c
index 979709ad..182a018b 100644
--- a/json.c
+++ b/json.c
@@ -54,7 +54,7 @@ everything will work. Strings are supported but all string storage
has to be inline in the struct.
NOTE
- This code has been spun out, packaged, and documented as a
+ This code has been spun out, packaged, and documented as a
reusable module; search for "microjson".
PERMISSIONS
@@ -659,7 +659,7 @@ int json_read_array(const char *cp, const struct json_array_t *arr,
if (*cp != '"')
return JSON_ERR_BADSTRING;
else
- ++cp;
+ ++cp;
break;
#endif /* JSON_MINIMAL */
case t_real: