From: tb Date: Fri, 15 Mar 2024 05:14:16 +0000 (+0000) Subject: whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5807f0156439aa1081480514f5c7eb5c5e9c197d;p=openbsd whitespace --- diff --git a/usr.sbin/rpki-client/constraints.c b/usr.sbin/rpki-client/constraints.c index 1f63df664e2..1c08427bfdd 100644 --- a/usr.sbin/rpki-client/constraints.c +++ b/usr.sbin/rpki-client/constraints.c @@ -1,4 +1,4 @@ -/* $OpenBSD: constraints.c,v 1.3 2024/03/15 03:38:59 job Exp $ */ +/* $OpenBSD: constraints.c,v 1.4 2024/03/15 05:14:16 tb Exp $ */ /* * Copyright (c) 2023 Job Snijders * Copyright (c) 2023 Theo Buehler @@ -83,7 +83,7 @@ constraints_load_talid(int talid) err(1, NULL); saved_errno = errno; - + fd = open(constraints, O_RDONLY); if (fd == -1 && errno != ENOENT) err(1, "failed to load constraints for %s", tal);