From d62a17aedeb0eebdba98238874bb13d62c48dbf9 Mon Sep 17 00:00:00 2001 From: whitespace / reindent Date: Mon, 17 Jul 2017 14:03:14 +0200 Subject: *: reindent indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter --- lib/json.h | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'lib/json.h') diff --git a/lib/json.h b/lib/json.h index 86271703f4..e3e55ab962 100644 --- a/lib/json.h +++ b/lib/json.h @@ -32,23 +32,22 @@ */ #define json_object_to_json_string_ext(A, B) json_object_to_json_string (A) -extern int json_object_object_get_ex(struct json_object *obj, - const char *key, - struct json_object **value); +extern int json_object_object_get_ex(struct json_object *obj, const char *key, + struct json_object **value); #endif #include "command.h" extern int use_json(const int argc, struct cmd_token *argv[]); -extern void json_object_string_add(struct json_object* obj, const char *key, - const char *s); -extern void json_object_int_add(struct json_object* obj, const char *key, - int64_t i); -extern void json_object_boolean_false_add(struct json_object* obj, - const char *key); -extern void json_object_boolean_true_add(struct json_object* obj, - const char *key); -extern struct json_object* json_object_lock(struct json_object *obj); +extern void json_object_string_add(struct json_object *obj, const char *key, + const char *s); +extern void json_object_int_add(struct json_object *obj, const char *key, + int64_t i); +extern void json_object_boolean_false_add(struct json_object *obj, + const char *key); +extern void json_object_boolean_true_add(struct json_object *obj, + const char *key); +extern struct json_object *json_object_lock(struct json_object *obj); extern void json_object_free(struct json_object *obj); #define JSON_STR "JavaScript Object Notation\n" -- cgit v1.2.3