From 0d03acea7aa45e94903fb12186ed6cc324eb1b03 Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 12 Jul 2019 06:27:19 +1000 Subject: [PATCH] remove end of line whitespace Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9111) --- crypto/asn1_dsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/asn1_dsa.c b/crypto/asn1_dsa.c index 63979d767c..8423ff883f 100644 --- a/crypto/asn1_dsa.c +++ b/crypto/asn1_dsa.c @@ -149,7 +149,7 @@ int encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s) /* * Decodes the DER length octets in pkt and initialises subpkt with the * following bytes of that length. - * + * * Returns 1 on success or 0 on failure. */ int decode_der_length(PACKET *pkt, PACKET *subpkt) -- 2.39.2