commit | f78447f22e3dff79cd4d73834a3ae51e776c09bb | [log] [tgz] |
---|---|---|
author | Minos Galanakis <minos.galanakis@arm.com> | Fri Jul 26 20:49:51 2024 +0100 |
committer | Minos Galanakis <minos.galanakis@arm.com> | Thu Aug 01 19:08:58 2024 +0100 |
tree | 08c720adaf281347a318aff75b2ffda94a278650 | |
parent | dc0f73a5e200b28aa85ef7cf9f6b904eb8e97ff9 [diff] [blame] |
test/scripts/components: Applied consistent style. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
diff --git a/tests/scripts/components-basic-checks.sh b/tests/scripts/components-basic-checks.sh index 42e824c..e65767f 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh
@@ -151,7 +151,7 @@ ./scripts/code_style.py } -support_check_code_style() { +support_check_code_style () { case $(uncrustify --version) in *0.75.1*) true;; *) false;;