summaryrefslogtreecommitdiffstats
path: root/lib/json.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-04-18 22:03:35 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-05-17 02:27:08 +0200
commit2fff50ec018fb6ea64329399b103be7f4359f021 (patch)
tree0169145e9a0102fc1cecd63caef1e5a22e906c10 /lib/json.h
parentdoc: add vrrpd(8) (diff)
downloadfrr-2fff50ec018fb6ea64329399b103be7f4359f021.tar.xz
frr-2fff50ec018fb6ea64329399b103be7f4359f021.zip
vrrpd, lib: style fixes
Fixup: * Blank lines after declarations * Trailing whitespace * Braces and parentheses Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/json.h')
-rw-r--r--lib/json.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/json.h b/lib/json.h
index b35f221b9..c4d566b31 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,