From bd19f13d388aebaef2a5d4c6cc691e9be48cd720 Mon Sep 17 00:00:00 2001 From: job Date: Wed, 12 Apr 2023 03:53:40 +0000 Subject: [PATCH] Align printing of geofeed records in filemode --- usr.sbin/rpki-client/print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/print.c b/usr.sbin/rpki-client/print.c index 4c7cabbaf7f..f56ebdc8b62 100644 --- a/usr.sbin/rpki-client/print.c +++ b/usr.sbin/rpki-client/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.34 2023/03/13 19:51:49 job Exp $ */ +/* $OpenBSD: print.c,v 1.35 2023/04/12 03:53:40 job Exp $ */ /* * Copyright (c) 2021 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -882,7 +882,7 @@ geofeed_print(const X509 *x, const struct geofeed *p) printf("Geofeed not before: %s\n", time2str(p->notbefore)); printf("Geofeed not after: %s\n", time2str(p->notafter)); - printf("Geofeed CSV records:\n"); + printf("Geofeed CSV records: "); } for (i = 0; i < p->geoipsz; i++) { -- 2.20.1