Re-do clang-format.

This commit is contained in:
Eric Haszlakiewicz
2020-04-18 02:14:13 +00:00
parent 23ddcbd4da
commit ecb9354bb1
3 changed files with 0 additions and 3 deletions

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

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;

View File

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