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;;