From 43c02d9ce267fce7111e67d35f1f5733755f36cf Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 18 Jun 2021 19:46:16 +1000 Subject: [PATCH] punycode: fix indentation Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15824) --- include/crypto/punycode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 2.47.2