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

[Backport 2.28] Add code style correction script
This commit is contained in:
Manuel Pégourié-Gonnard
2022-12-09 09:41:27 +01:00
committed by GitHub
6 changed files with 472 additions and 9 deletions

View File

@@ -704,4 +704,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 */