From 2fff50ec018fb6ea64329399b103be7f4359f021 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 18 Apr 2019 20:03:35 +0000 Subject: vrrpd, lib: style fixes Fixup: * Blank lines after declarations * Trailing whitespace * Braces and parentheses Signed-off-by: Quentin Young --- lib/json.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/json.h') diff --git a/lib/json.h b/lib/json.h index b35f221b99..c4d566b318 100644 --- a/lib/json.h +++ b/lib/json.h @@ -61,7 +61,8 @@ 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); -void json_object_boolean_add(struct json_object *obj, const char *key, bool val); +void json_object_boolean_add(struct json_object *obj, const char *key, + bool val); 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, -- cgit v1.2.3