summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/roa.c
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-05-15 16:43:36 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-05-15 16:43:36 +0000
commit3e26b37c45c3a89652abdffd32476558fb7d145d (patch)
treea0a415d67ec14a37654e73c0fb0864314848a7e0 /usr.sbin/rpki-client/roa.c
parent9ceb315c19b077c91ce742465e5bd8030da57e4f (diff)
More KNF and whitespace fixes.
Diffstat (limited to 'usr.sbin/rpki-client/roa.c')
-rw-r--r--usr.sbin/rpki-client/roa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/roa.c b/usr.sbin/rpki-client/roa.c
index 144335b5f0a..a03efc6086f 100644
--- a/usr.sbin/rpki-client/roa.c
+++ b/usr.sbin/rpki-client/roa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: roa.c,v 1.41 2022/05/10 07:28:43 job Exp $ */
+/* $OpenBSD: roa.c,v 1.42 2022/05/15 16:43:35 tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -390,7 +390,6 @@ out:
}
free(cms);
return p.res;
-
}
/*