From fc34d2e11e2863715e991553eaeef6c687ec8910 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 11 Mar 2023 14:05:02 +0000 Subject: Remove a pesky space. --- src/lib/libcrypto/asn1/a_type.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/asn1/a_type.c b/src/lib/libcrypto/asn1/a_type.c index 684321756f..a382cd71d3 100644 --- a/src/lib/libcrypto/asn1/a_type.c +++ b/src/lib/libcrypto/asn1/a_type.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_type.c,v 1.24 2023/03/10 09:56:09 tb Exp $ */ +/* $OpenBSD: a_type.c,v 1.25 2023/03/11 14:05:02 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -105,7 +105,7 @@ int ASN1_TYPE_get(const ASN1_TYPE *a) { /* Special non-pointer types. */ - if (a->type == V_ASN1_BOOLEAN || a->type == V_ASN1_NULL ) + if (a->type == V_ASN1_BOOLEAN || a->type == V_ASN1_NULL) return a->type; if (a->value.ptr != NULL) -- cgit v1.2.3-55-g6feb