From e3fc5ce7fcb410fc9163db2d569ddec064139b9b Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 4 Jan 2026 09:29:29 +0000 Subject: a_bitstr.c: whitespace nit --- src/lib/libcrypto/asn1/a_bitstr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/asn1/a_bitstr.c b/src/lib/libcrypto/asn1/a_bitstr.c index 3d1e49c49a..651822d3dd 100644 --- a/src/lib/libcrypto/asn1/a_bitstr.c +++ b/src/lib/libcrypto/asn1/a_bitstr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: a_bitstr.c,v 1.44 2025/05/10 05:54:38 tb Exp $ */ +/* $OpenBSD: a_bitstr.c,v 1.45 2026/01/04 09:29:29 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -227,7 +227,7 @@ i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp) } else bits = 0; - p= *pp; + p = *pp; *(p++) = (unsigned char)bits; d = a->data; -- cgit v1.2.3-55-g6feb