summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2018-02-20 18:51:35 +0000
committertb <tb@openbsd.org>2018-02-20 18:51:35 +0000
commit455cbb17319adf6b192233558d24c71f43e31601 (patch)
treeb24e02b49fd9cb2b053110aac8122bbaa311af8b
parentsync (diff)
downloadwireguard-openbsd-455cbb17319adf6b192233558d24c71f43e31601.tar.xz
wireguard-openbsd-455cbb17319adf6b192233558d24c71f43e31601.zip
whitespace nit
-rw-r--r--lib/libcrypto/bio/bio_meth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/bio/bio_meth.c b/lib/libcrypto/bio/bio_meth.c
index 2eb6794f020..c795c3f2317 100644
--- a/lib/libcrypto/bio/bio_meth.c
+++ b/lib/libcrypto/bio/bio_meth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bio_meth.c,v 1.4 2018/02/20 18:17:17 tb Exp $ */
+/* $OpenBSD: bio_meth.c,v 1.5 2018/02/20 18:51:35 tb Exp $ */
/*
* Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
*
@@ -134,7 +134,7 @@ long
(*BIO_meth_get_callback_ctrl(BIO_METHOD *biom))(BIO *, int, BIO_info_cb *)
{
return
- (long (*)(BIO *, int, BIO_info_cb*))biom->callback_ctrl; /* XXX */
+ (long (*)(BIO *, int, BIO_info_cb *))biom->callback_ctrl; /* XXX */
}
int