mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 13:29:06 +08:00
Reformat the json_object-split branch with clang-format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user