Switch to 4-space indentation

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-08-05 15:10:27 +02:00
parent bf66e2cc8f
commit 3cbd69c4d4

View File

@ -51,10 +51,11 @@ EOF
case ${header#include/} in
mbedtls/mbedtls_config.h) :;; # not meant for direct inclusion
psa/crypto_config.h) :;; # not meant for direct inclusion
# Some of the psa/crypto_*.h headers are not meant to be included directly.
# They do have include guards that make them no-ops if psa/crypto.h
# has been included before. Since psa/crypto.h comes before psa/crypto_*.h
# in the wildcard enumeration, we don't need to skip those headers.
# Some of the psa/crypto_*.h headers are not meant to be included
# directly. They do have include guards that make them no-ops if
# psa/crypto.h has been included before. Since psa/crypto.h comes
# before psa/crypto_*.h in the wildcard enumeration, we don't need
# to skip those headers.
*) echo "#include \"${header#include/}\"";;
esac
done