diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-08-30 23:40:38 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-08-30 23:40:38 +0000 |
commit | e8253ab4f7f531e1648735d0a9c27b99c72b6f25 (patch) | |
tree | 45563ae61bb6d5af6a54d8422e63387f2e6857b6 /usr.sbin/rpki-client | |
parent | 12876ad222f47574996739fb325cee230f1d332e (diff) |
whitespace
Diffstat (limited to 'usr.sbin/rpki-client')
-rw-r--r-- | usr.sbin/rpki-client/output-json.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpki-client/output-json.c b/usr.sbin/rpki-client/output-json.c index 51d03c31f0f..69f84136357 100644 --- 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.27 2022/08/30 18:56:49 job Exp $ */ +/* $OpenBSD: output-json.c,v 1.28 2022/08/30 23:40:37 tb 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; } |