From: tb Date: Tue, 19 Apr 2022 20:06:48 +0000 (+0000) Subject: zap extra line break and extra empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=432819456713c710322221c143af173dd030b688;p=openbsd zap extra line break and extra empty line --- diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index 05f7b729ecc..25495594a77 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.196 2022/04/19 13:52:24 claudio Exp $ */ +/* $OpenBSD: main.c,v 1.197 2022/04/19 20:06:48 tb Exp $ */ /* * Copyright (c) 2021 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -797,8 +797,7 @@ main(int argc, char *argv[]) break; case 't': if (talsz >= TALSZ_MAX) - err(1, - "too many tal files specified"); + err(1, "too many tal files specified"); tals[talsz++] = optarg; break; case 'T': @@ -851,7 +850,6 @@ main(int argc, char *argv[]) check_fs_size(cachefd, cachedir); - if (talsz == 0) talsz = tal_load_default(); if (talsz == 0)