Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected

Add code style correction script
This commit is contained in:
Manuel Pégourié-Gonnard 2022-12-09 09:41:14 +01:00 committed by GitHub
commit 1a100b69a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 437 additions and 1 deletions

View file

@ -713,4 +713,6 @@ usage_failure:
usage( );
return( EXIT_FAILURE );
}
#endif /* MBEDTLS_SHA256_C && MBEDTLS_MD_C && MBEDTLS_AES_C && MBEDTLS_CCM_C && MBEDTLS_PSA_CRYPTO_C && MBEDTLS_FS_IO */
#endif /* MBEDTLS_SHA256_C && MBEDTLS_MD_C &&
MBEDTLS_AES_C && MBEDTLS_CCM_C &&
MBEDTLS_PSA_CRYPTO_C && MBEDTLS_FS_IO */