summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-06-06 05:57:37 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-06-06 05:57:37 +0000
commitd1cad2e69cc81ec2290c74e5a44153c00ab4e74a (patch)
tree7c55eea926401782ae7c4188db14150501e1abc3 /usr.sbin
parent8b60c20640e5057db590b42a58d6e655f5cc5bf5 (diff)
ip_resources_print(): zap extra blank line
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpki-client/print.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/print.c b/usr.sbin/rpki-client/print.c
index a88fbfba7fa..3fbf3553769 100644
--- a/usr.sbin/rpki-client/print.c
+++ b/usr.sbin/rpki-client/print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print.c,v 1.53 2024/05/29 13:26:24 tb Exp $ */
+/* $OpenBSD: print.c,v 1.54 2024/06/06 05:57:36 tb Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -211,7 +211,6 @@ ip_resources_print(struct cert_ip *ips, size_t ipsz, size_t asz)
size_t i;
int sockt;
-
for (i = 0; i < ipsz; i++) {
if (outformats & FORMAT_JSON)
json_do_object("resource", 1);