summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/main.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/main.c
parent9ceb315c19b077c91ce742465e5bd8030da57e4f (diff)
More KNF and whitespace fixes.
Diffstat (limited to 'usr.sbin/rpki-client/main.c')
-rw-r--r--usr.sbin/rpki-client/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c
index 4b6f2ebde71..283d0e55afa 100644
--- a/usr.sbin/rpki-client/main.c
+++ b/usr.sbin/rpki-client/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.203 2022/05/10 07:28:43 job Exp $ */
+/* $OpenBSD: main.c,v 1.204 2022/05/15 16:43:34 tb Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -727,7 +727,7 @@ main(int argc, char *argv[])
const char *cachedir = NULL, *outputdir = NULL;
const char *errs, *name;
struct vrp_tree vrps = RB_INITIALIZER(&vrps);
- struct brk_tree brks = RB_INITIALIZER(&brks);
+ struct brk_tree brks = RB_INITIALIZER(&brks);
struct rusage ru;
struct timeval start_time, now_time;