From: Eric Haszlakiewicz Date: Sat, 18 Apr 2020 02:14:13 +0000 (+0000) Subject: Re-do clang-format. X-Git-Tag: json-c-0.14-20200419~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecb9354bb147046531c4727a575ffd98b93df51e;p=thirdparty%2Fjson-c.git Re-do clang-format. --- diff --git a/json_object.c b/json_object.c index 3527afeb..d5ac4658 100644 --- a/json_object.c +++ b/json_object.c @@ -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 diff --git a/json_tokener.c b/json_tokener.c index 1e72076e..840ad122 100644 --- a/json_tokener.c +++ b/json_tokener.c @@ -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; diff --git a/json_util.c b/json_util.c index 12e33bb7..d3ee47df 100644 --- a/json_util.c +++ b/json_util.c @@ -296,4 +296,3 @@ const char *json_type_to_name(enum json_type o_type) } return json_type_name[o_type]; } -