From bdbde0472c67f261f8c9269e0b803edc4d2c77aa Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 20 Apr 2022 15:38:24 +0000 Subject: [PATCH] more whitespace cleanups --- usr.sbin/rpki-client/extern.h | 4 ++-- usr.sbin/rpki-client/http.c | 4 ++-- usr.sbin/rpki-client/rsync.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index fea4bdfe99f..37a6b2bf172 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.129 2022/04/20 10:46:20 job Exp $ */ +/* $OpenBSD: extern.h,v 1.130 2022/04/20 15:38:24 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -359,7 +359,7 @@ struct entity { char *path; /* path relative to repository */ char *file; /* filename or valid repo path */ unsigned char *data; /* optional data blob */ - size_t datasz; /* length of optional data blob */ + size_t datasz; /* length of optional data blob */ unsigned int repoid; /* repository identifier */ int talid; /* tal identifier */ enum rtype type; /* type of entity (not RTYPE_EOF) */ diff --git a/usr.sbin/rpki-client/http.c b/usr.sbin/rpki-client/http.c index be33c2265db..e9423e9354c 100644 --- a/usr.sbin/rpki-client/http.c +++ b/usr.sbin/rpki-client/http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: http.c,v 1.56 2022/04/20 15:31:48 tb Exp $ */ +/* $OpenBSD: http.c,v 1.57 2022/04/20 15:38:24 deraadt Exp $ */ /* * Copyright (c) 2020 Nils Fisher * Copyright (c) 2020 Claudio Jeker @@ -381,7 +381,7 @@ proxy_parse_uri(char *uri) if ((hosttail = strrchr(host, ']')) == NULL) errx(1, "%s: unmatched opening bracket", - http_info(uri)); + http_info(uri)); if (hosttail[1] == '\0' || hosttail[1] == ':') host++; if (hosttail[1] == ':') diff --git a/usr.sbin/rpki-client/rsync.c b/usr.sbin/rpki-client/rsync.c index 3c1149271ba..37f52aa800c 100644 --- a/usr.sbin/rpki-client/rsync.c +++ b/usr.sbin/rpki-client/rsync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsync.c,v 1.36 2022/04/20 15:31:48 tb Exp $ */ +/* $OpenBSD: rsync.c,v 1.37 2022/04/20 15:38:24 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -248,7 +248,7 @@ proc_rsync(char *prog, char *bind_addr, int fd) b = io_new_buffer(); io_simple_buffer(b, &ids[i].id, - sizeof(ids[i].id)); + sizeof(ids[i].id)); io_simple_buffer(b, &ok, sizeof(ok)); io_close_buffer(&msgq, b); -- 2.20.1