From ecb9354bb147046531c4727a575ffd98b93df51e Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sat, 18 Apr 2020 02:14:13 +0000 Subject: [PATCH] Re-do clang-format. --- json_object.c | 1 - json_tokener.c | 1 - json_util.c | 1 - 3 files changed, 3 deletions(-) diff --git a/json_object.c b/json_object.c index 3527afe..d5ac465 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 1e72076..840ad12 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 12e33bb..d3ee47d 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]; } -