summaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-14 04:03:35 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-14 04:03:35 -0400
commit1876159a5a80ae8c6eca24ba128e134edd0fe125 (patch)
tree98b4b2d58bc51411bbafdb3464d3fcaa7f7722af /json.c
parent500788149a670f20495c1ed9b8a5ba23b4d737b7 (diff)
downloadgpsd-1876159a5a80ae8c6eca24ba128e134edd0fe125.tar.gz
Re-indent JSON support. All regression tests pass.
Diffstat (limited to 'json.c')
-rw-r--r--json.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/json.c b/json.c
index 5fb5ceed..a7a671c4 100644
--- a/json.c
+++ b/json.c
@@ -97,8 +97,7 @@ static void json_trace(int errlevel, const char *fmt, ...)
static /*@null@*/ char *json_target_address(const struct json_attr_t *cursor,
/*@null@*/
const struct json_array_t
- *parent,
- int offset)
+ *parent, int offset)
{
char *targetaddr = NULL;
if (parent == NULL || parent->element_type != t_structobject) {