From 455cbb17319adf6b192233558d24c71f43e31601 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 20 Feb 2018 18:51:35 +0000 Subject: [PATCH] whitespace nit --- lib/libcrypto/bio/bio_meth.c | 4 ++-- 1 file 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 * @@ -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 -- 2.20.1