From: Pauli Date: Fri, 18 Jun 2021 09:46:16 +0000 (+1000) Subject: punycode: fix indentation X-Git-Tag: openssl-3.0.0-beta2~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c02d9ce267fce7111e67d35f1f5733755f36cf;p=thirdparty%2Fopenssl.git punycode: fix indentation Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15824) --- diff --git a/include/crypto/punycode.h b/include/crypto/punycode.h index a8f128daade..133826d87e1 100644 --- a/include/crypto/punycode.h +++ b/include/crypto/punycode.h @@ -12,10 +12,10 @@ # pragma once int ossl_punycode_decode ( - const char *pEncoded, - const size_t enc_len, - unsigned int *pDecoded, - unsigned int *pout_length + const char *pEncoded, + const size_t enc_len, + unsigned int *pDecoded, + unsigned int *pout_length ); int ossl_a2ulabel(const char *in, char *out, size_t *outlen);