]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
punycode: fix indentation
authorPauli <pauli@openssl.org>
Fri, 18 Jun 2021 09:46:16 +0000 (19:46 +1000)
committerPauli <pauli@openssl.org>
Sat, 19 Jun 2021 05:54:06 +0000 (15:54 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15824)

include/crypto/punycode.h

index a8f128daade68de85d8b81f7dfc85ef6054f88aa..133826d87e1b2d6320a685bbbc5574916611f59b 100644 (file)
 # 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);