mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 14:59:06 +08:00
Re-do clang-format.
This commit is contained in:
@@ -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);
|
JSON_NORETURN static void json_abort(const char *message);
|
||||||
|
|
||||||
|
|
||||||
/* ref count debugging */
|
/* ref count debugging */
|
||||||
|
|
||||||
#ifdef REFCOUNT_DEBUG
|
#ifdef REFCOUNT_DEBUG
|
||||||
|
|||||||
@@ -95,7 +95,6 @@ static const char *json_tokener_errors[] = {
|
|||||||
*/
|
*/
|
||||||
static json_bool json_tokener_validate_utf8(const char c, unsigned int *nBytes);
|
static json_bool json_tokener_validate_utf8(const char c, unsigned int *nBytes);
|
||||||
|
|
||||||
|
|
||||||
const char *json_tokener_error_desc(enum json_tokener_error jerr)
|
const char *json_tokener_error_desc(enum json_tokener_error jerr)
|
||||||
{
|
{
|
||||||
int jerr_int = (int)jerr;
|
int jerr_int = (int)jerr;
|
||||||
|
|||||||
@@ -296,4 +296,3 @@ const char *json_type_to_name(enum json_type o_type)
|
|||||||
}
|
}
|
||||||
return json_type_name[o_type];
|
return json_type_name[o_type];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user