tests: make: Fix spaces instead of tab

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/tests/Makefile b/tests/Makefile
index a34bc95..62a7b82 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -255,16 +255,16 @@
 	cp -Rf ../tf-psa-crypto/drivers/builtin ./libtestdriver1/tf-psa-crypto/drivers/builtin
 	if [ -d ../tf-psa-crypto/dispatch ]; then \
 	    cp -Rf ../tf-psa-crypto/dispatch ./libtestdriver1/tf-psa-crypto/dispatch; \
-        fi
+	fi
 	if [ -d ../tf-psa-crypto/extras ]; then \
 	    cp -Rf ../tf-psa-crypto/extras ./libtestdriver1/tf-psa-crypto/extras; \
-        fi
+	fi
 	if [ -d ../tf-psa-crypto/platform ]; then \
 	    cp -Rf ../tf-psa-crypto/platform ./libtestdriver1/tf-psa-crypto/platform; \
-        fi
+	fi
 	if [ -d ../tf-psa-crypto/utilities ]; then \
 	    cp -Rf ../tf-psa-crypto/utilities ./libtestdriver1/tf-psa-crypto/utilities; \
-        fi
+	fi
 	cp -Rf ../tf-psa-crypto/scripts ./libtestdriver1/tf-psa-crypto
 
 	# Set the test driver base (minimal) configuration.