]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Re-do clang-format.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 18 Apr 2020 02:14:13 +0000 (02:14 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sat, 18 Apr 2020 02:14:13 +0000 (02:14 +0000)
json_object.c
json_tokener.c
json_util.c

index 3527afebd0ecfc38a43e7f39a6f4cf36c0abc3aa..d5ac465880a5a004c2ecc9a9d71dc23f40a40872 100644 (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
index 1e72076eebf4368e2a1d8e26e0d0ec1d0061d408..840ad1221060bc60a5e2571029a527a71ed98bde 100644 (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;
index 12e33bb77c065f04cee4f29179ddccd7d5af0bef..d3ee47df7233ab11a281a35197e4d0fe89d43a26 100644 (file)
@@ -296,4 +296,3 @@ const char *json_type_to_name(enum json_type o_type)
        }
        return json_type_name[o_type];
 }
-