From: tb Date: Wed, 26 Apr 2023 18:17:50 +0000 (+0000) Subject: Kill whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e05692b8ce55b823bba31abb07bccb568ab0e74e;p=openbsd Kill whitespace --- diff --git a/usr.sbin/rpki-client/print.c b/usr.sbin/rpki-client/print.c index f567238117f..7d4cf53280c 100644 --- a/usr.sbin/rpki-client/print.c +++ b/usr.sbin/rpki-client/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.37 2023/04/23 13:19:34 job Exp $ */ +/* $OpenBSD: print.c,v 1.38 2023/04/26 18:17:50 tb Exp $ */ /* * Copyright (c) 2021 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -690,7 +690,7 @@ aspa_implicit_afi(const struct aspa *a) { size_t i; size_t v4cnt = 0, v6cnt = 0; - + for (i = 0; i < a->providersz; i++) { switch (a->providers[i].afi) { case AFI_IPV4: