artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac3fa9d
)
stray tab
author
tb
<tb@openbsd.org>
Tue, 30 Aug 2022 23:41:53 +0000
(23:41 +0000)
committer
tb
<tb@openbsd.org>
Tue, 30 Aug 2022 23:41:53 +0000
(23:41 +0000)
usr.sbin/rpki-client/print.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/print.c
b/usr.sbin/rpki-client/print.c
index
95db07b
..
607d748
100644
(file)
--- a/
usr.sbin/rpki-client/print.c
+++ b/
usr.sbin/rpki-client/print.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: print.c,v 1.1
5 2022/08/30 18:56:49 jo
b Exp $ */
+/* $OpenBSD: print.c,v 1.1
6 2022/08/30 23:41:53 t
b Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@
-591,7
+591,7
@@
aspa_print(const X509 *x, const struct aspa *p)
printf(" }");
if (i + 1 < p->providersz)
printf(",");
- printf("\n");
+ printf("\n");
}
printf("\t],\n");
} else {