artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f853512
)
whitespace
author
tb
<tb@openbsd.org>
Tue, 30 Aug 2022 23:40:37 +0000
(23:40 +0000)
committer
tb
<tb@openbsd.org>
Tue, 30 Aug 2022 23:40:37 +0000
(23:40 +0000)
usr.sbin/rpki-client/output-json.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/output-json.c
b/usr.sbin/rpki-client/output-json.c
index
51d03c3
..
69f8413
100644
(file)
--- a/
usr.sbin/rpki-client/output-json.c
+++ b/
usr.sbin/rpki-client/output-json.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: output-json.c,v 1.2
7 2022/08/30 18:56:49 jo
b Exp $ */
+/* $OpenBSD: output-json.c,v 1.2
8 2022/08/30 23:40:37 t
b Exp $ */
/*
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
*
@@
-158,7
+158,7
@@
output_aspa(FILE *out, struct vap_tree *vaps)
if (fprintf(out, "\n\t\t]\n\t}\n") < 0)
return -1;
-
+
return 0;
}
@@
-217,7
+217,7
@@
output_json(FILE *out, struct vrp_tree *vrps, struct brk_tree *brks,
return -1;
if (fprintf(out, "\n}\n") < 0)
-
return -1;
+ return -1;
return 0;
}