mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 09:36:39 -04:00
Switch to 4-space indentation
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
bf66e2cc8f
commit
3cbd69c4d4
@ -51,10 +51,11 @@ EOF
|
|||||||
case ${header#include/} in
|
case ${header#include/} in
|
||||||
mbedtls/mbedtls_config.h) :;; # not meant for direct inclusion
|
mbedtls/mbedtls_config.h) :;; # not meant for direct inclusion
|
||||||
psa/crypto_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.
|
# Some of the psa/crypto_*.h headers are not meant to be included
|
||||||
# They do have include guards that make them no-ops if psa/crypto.h
|
# directly. They do have include guards that make them no-ops if
|
||||||
# has been included before. Since psa/crypto.h comes before psa/crypto_*.h
|
# psa/crypto.h has been included before. Since psa/crypto.h comes
|
||||||
# in the wildcard enumeration, we don't need to skip those headers.
|
# before psa/crypto_*.h in the wildcard enumeration, we don't need
|
||||||
|
# to skip those headers.
|
||||||
*) echo "#include \"${header#include/}\"";;
|
*) echo "#include \"${header#include/}\"";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user