diff options
author | 2021-03-05 12:33:19 +0000 | |
---|---|---|
committer | 2021-03-05 12:33:19 +0000 | |
commit | 542b31bb4e62f5729fb6217cf3cf22ba5495e558 (patch) | |
tree | da6563924d8e090dd9542f868979bc3c0f2c6f3b | |
parent | ansi (diff) | |
download | wireguard-openbsd-542b31bb4e62f5729fb6217cf3cf22ba5495e558.tar.xz wireguard-openbsd-542b31bb4e62f5729fb6217cf3cf22ba5495e558.zip |
Remove space at end of line
-rw-r--r-- | usr.sbin/rpki-client/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index 0e5e6c80c57..fa862a6ce7a 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.50 2021/03/04 13:01:41 claudio Exp $ */ +/* $OpenBSD: extern.h,v 1.51 2021/03/05 12:33:19 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -369,7 +369,7 @@ int ip_addr_parse(const ASN1_BIT_STRING *, void ip_addr_print(const struct ip_addr *, enum afi, char *, size_t); void ip_addr_buffer(struct ibuf *, const struct ip_addr *); -void ip_addr_range_buffer(struct ibuf *, +void ip_addr_range_buffer(struct ibuf *, const struct ip_addr_range *); void ip_addr_read(int, struct ip_addr *); void ip_addr_range_read(int, struct ip_addr_range *); |