Zap trailing blanks
authortb <tb@openbsd.org>
Thu, 22 Feb 2024 19:29:55 +0000 (19:29 +0000)
committertb <tb@openbsd.org>
Thu, 22 Feb 2024 19:29:55 +0000 (19:29 +0000)
usr.sbin/rpki-client/print.c
usr.sbin/rpki-client/spl.c

index ac3852a..bb92910 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: print.c,v 1.50 2024/02/22 12:49:42 job Exp $ */
+/*     $OpenBSD: print.c,v 1.51 2024/02/22 19:29:55 tb Exp $ */
 /*
  * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -554,7 +554,7 @@ spl_print(const X509 *x, const struct spl *s)
                } else {
                        if (i > 0)
                                printf("%26s", "");
-                       printf("%s\n", buf); 
+                       printf("%s\n", buf);
                }
        }
        if (outformats & FORMAT_JSON)
index fdb5cdf..4a8f397 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: spl.c,v 1.1 2024/02/22 12:49:42 job Exp $ */
+/*     $OpenBSD: spl.c,v 1.2 2024/02/22 19:29:55 tb Exp $ */
 /*
  * Copyright (c) 2024 Job Snijders <job@fastly.com>
  * Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
@@ -86,7 +86,7 @@ IMPLEMENT_ASN1_FUNCTIONS(SignedPrefixList);
  * Comparator to help sorting elements in SPL prefixBlocks and VSPs.
  * Returns -1 if 'a' should precede 'b', 1 if 'b' should precede 'a',
  * or '0' if a and b are equal.
- */ 
+ */
 static int
 prefix_cmp(enum afi afi, const struct ip_addr *a, const struct ip_addr *b)
 {