summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2019-09-29 13:18:39 +0000
committerflorian <florian@openbsd.org>2019-09-29 13:18:39 +0000
commit096b3531a156599c5c50dbed73200abd4e30e40d (patch)
tree0146b3d5dc21edbea6356353c6b403981da59bc1
parentReplace dwge(4) with a new driver based on dwxe(4). There are many (diff)
downloadwireguard-openbsd-096b3531a156599c5c50dbed73200abd4e30e40d.tar.xz
wireguard-openbsd-096b3531a156599c5c50dbed73200abd4e30e40d.zip
annoying trailing whitespaces
-rw-r--r--sbin/unwind/frontend.c4
-rw-r--r--sbin/unwind/resolver.c4
-rw-r--r--sbin/unwind/unwind.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sbin/unwind/frontend.c b/sbin/unwind/frontend.c
index 9532e1ce0ff..bf5742593e5 100644
--- a/sbin/unwind/frontend.c
+++ b/sbin/unwind/frontend.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: frontend.c,v 1.24 2019/09/25 14:41:40 florian Exp $ */
+/* $OpenBSD: frontend.c,v 1.25 2019/09/29 13:18:39 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -1117,7 +1117,7 @@ merge_tas(struct trust_anchor_head *newh, struct trust_anchor_head *oldh)
chg = 1;
break;
}
- j = TAILQ_NEXT(j, entry);
+ j = TAILQ_NEXT(j, entry);
}
if (j != NULL)
chg = 1;
diff --git a/sbin/unwind/resolver.c b/sbin/unwind/resolver.c
index f2c6e125f2f..400fa7f12c6 100644
--- a/sbin/unwind/resolver.c
+++ b/sbin/unwind/resolver.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: resolver.c,v 1.42 2019/05/23 15:11:58 florian Exp $ */
+/* $OpenBSD: resolver.c,v 1.43 2019/09/29 13:18:39 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -899,7 +899,7 @@ free_resolver(struct uw_resolver *res)
return;
log_debug("%s: [%p] ref_cnt: %d", __func__, res, res->ref_cnt);
-
+
if (res->ref_cnt > 0)
res->stop = 1;
else {
diff --git a/sbin/unwind/unwind.c b/sbin/unwind/unwind.c
index 4cd19f11e77..29a32e5e364 100644
--- a/sbin/unwind/unwind.c
+++ b/sbin/unwind/unwind.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: unwind.c,v 1.29 2019/06/28 13:32:46 deraadt Exp $ */
+/* $OpenBSD: unwind.c,v 1.30 2019/09/29 13:18:39 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -964,7 +964,7 @@ resolve_captive_portal(void)
memset(&hints, 0, sizeof(hints));
hints.ai_family = PF_INET;
- hints.ai_socktype = SOCK_STREAM;
+ hints.ai_socktype = SOCK_STREAM;
log_debug("%s: %s", __func__, main_conf->captive_portal_host);