summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-18 17:44:44 +1000
committerPauli <pauli@openssl.org>2021-06-19 15:51:12 +1000
commite69bde88e44c431412d7cf9f9361b84c95fe549d (patch)
tree6fee03c35e1cf6900d32a331655b5540ed6627ec /include
parentd0e5230dcecc6013d351545ceb275aa2ba5baa80 (diff)
downloadopenssl-new-e69bde88e44c431412d7cf9f9361b84c95fe549d.tar.gz
include: replace tabs with spaces in headers
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15824)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/punycode.h8
-rw-r--r--include/openssl/configuration.h.in12
2 files changed, 10 insertions, 10 deletions
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";
}
}
"";