Browse Source

Re-do clang-format.

tags/json-c-0.14-20200419
Eric Haszlakiewicz 5 years ago
parent
commit
ecb9354bb1
3 changed files with 0 additions and 3 deletions
  1. +0
    -1
      json_object.c
  2. +0
    -1
      json_tokener.c
  3. +0
    -1
      json_util.c

+ 0
- 1
json_object.c View File

@@ -72,7 +72,6 @@ static json_object_to_json_string_fn _json_object_userdata_to_json_string;
* */
JSON_NORETURN static void json_abort(const char *message);


/* ref count debugging */

#ifdef REFCOUNT_DEBUG


+ 0
- 1
json_tokener.c View File

@@ -95,7 +95,6 @@ static const char *json_tokener_errors[] = {
*/
static json_bool json_tokener_validate_utf8(const char c, unsigned int *nBytes);


const char *json_tokener_error_desc(enum json_tokener_error jerr)
{
int jerr_int = (int)jerr;


+ 0
- 1
json_util.c View File

@@ -296,4 +296,3 @@ const char *json_type_to_name(enum json_type o_type)
}
return json_type_name[o_type];
}


Loading…
Cancel
Save