From: Pauli Date: Thu, 11 Jul 2019 20:27:19 +0000 (+1000) Subject: remove end of line whitespace X-Git-Tag: openssl-3.0.0-alpha1~1787 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0d03acea7aa45e94903fb12186ed6cc324eb1b03;p=oweals%2Fopenssl.git remove end of line whitespace Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/9111) --- 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)