From e69bde88e44c431412d7cf9f9361b84c95fe549d Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 18 Jun 2021 17:44:44 +1000 Subject: include: replace tabs with spaces in headers Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15824) --- include/crypto/punycode.h | 8 ++++---- include/openssl/configuration.h.in | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'include') diff --git a/include/crypto/punycode.h b/include/crypto/punycode.h index f47eded262..a8f128daad 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); diff --git a/include/openssl/configuration.h.in b/include/openssl/configuration.h.in index e4d4f526b3..b84dc1dfe3 100644 --- a/include/openssl/configuration.h.in +++ b/include/openssl/configuration.h.in @@ -27,9 +27,9 @@ extern "C" { {- if (@{$config{openssl_sys_defines}}) { foreach (@{$config{openssl_sys_defines}}) { - $OUT .= "# ifndef $_\n"; - $OUT .= "# define $_ 1\n"; - $OUT .= "# endif\n"; + $OUT .= "# ifndef $_\n"; + $OUT .= "# define $_ 1\n"; + $OUT .= "# endif\n"; } } foreach (@{$config{openssl_api_defines}}) { @@ -38,9 +38,9 @@ extern "C" { } if (@{$config{openssl_feature_defines}}) { foreach (@{$config{openssl_feature_defines}}) { - $OUT .= "# ifndef $_\n"; - $OUT .= "# define $_\n"; - $OUT .= "# endif\n"; + $OUT .= "# ifndef $_\n"; + $OUT .= "# define $_\n"; + $OUT .= "# endif\n"; } } ""; -- cgit v1.2.1