Reformat the json_object-split branch with clang-format

This commit is contained in:
Eric Haszlakiewicz
2020-06-16 13:17:58 +00:00
parent 9128ec49b1
commit 0710c835a1
2 changed files with 32 additions and 39 deletions

View File

@@ -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