From: tb Date: Tue, 20 Feb 2018 18:51:35 +0000 (+0000) Subject: whitespace nit X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=455cbb17319adf6b192233558d24c71f43e31601;p=openbsd whitespace nit --- 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 * @@ -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