nuke tabs
authortb <tb@openbsd.org>
Thu, 12 May 2022 10:50:12 +0000 (10:50 +0000)
committertb <tb@openbsd.org>
Thu, 12 May 2022 10:50:12 +0000 (10:50 +0000)
usr.sbin/rpki-client/validate.c

index 187190d..5c3b5d3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: validate.c,v 1.33 2022/05/11 14:42:01 job Exp $ */
+/*     $OpenBSD: validate.c,v 1.34 2022/05/12 10:50:12 tb Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -524,7 +524,7 @@ valid_rsc(const char *fn, struct auth *a, struct rsc *rsc)
                    : rsc->as[i].id;
                max = rsc->as[i].type == CERT_AS_RANGE ? rsc->as[i].range.max
                    : rsc->as[i].id;
-               
+
                if (valid_as(a, min, max))
                        continue;