1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

test/scripts/components: Applied consistent style.

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2024-07-26 20:49:51 +01:00
parent dc0f73a5e2
commit f78447f22e
6 changed files with 37 additions and 37 deletions

View File

@ -151,7 +151,7 @@ component_check_code_style () {
./scripts/code_style.py
}
support_check_code_style() {
support_check_code_style () {
case $(uncrustify --version) in
*0.75.1*) true;;
*) false;;