diff options
author | Eric Haszlakiewicz <erh+git@nimenees.com> | 2020-06-16 13:17:58 +0000 |
---|---|---|
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | 2020-06-16 13:17:58 +0000 |
commit | 0710c835a1558f13e143da449fdd8c44956733e6 (patch) | |
tree | 7e3a959740fffa03e62a1eae1c21564b1bccc72d /json_object_private.h | |
parent | 9128ec49b126ad996468ab4df290916241e2864d (diff) | |
download | json-c-json_object-split.tar.gz |
Reformat the json_object-split branch with clang-formatjson_object-split
Diffstat (limited to 'json_object_private.h')
-rw-r--r-- | json_object_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json_object_private.h b/json_object_private.h index d8dacd2..d1d782e 100644 --- a/json_object_private.h +++ b/json_object_private.h @@ -86,7 +86,7 @@ struct json_object_int struct json_object_string { struct json_object base; - ssize_t len; // Signed b/c negative lengths indicate data is a pointer + ssize_t len; // Signed b/c negative lengths indicate data is a pointer // Consider adding an "alloc" field here, if json_object_set_string calls // to expand the length of a string are common operations to perform. union |