Crypto: Fix missing space in print

Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
Change-Id: I8a5746b71e61c5e2ec16d7fa73f25d49c9b0abfb
diff --git a/test/secure_fw/suites/crypto/crypto_tests_common.c b/test/secure_fw/suites/crypto/crypto_tests_common.c
index 023714c..8ede9b7 100644
--- a/test/secure_fw/suites/crypto/crypto_tests_common.c
+++ b/test/secure_fw/suites/crypto/crypto_tests_common.c
@@ -1744,7 +1744,7 @@
          */
         if (PSA_ALG_AEAD_WITH_DEFAULT_LENGTH_TAG(alg) == PSA_ALG_CCM
             && status == PSA_ERROR_NOT_SUPPORTED) {
-            TEST_LOG("psa_aead_set_lengths(): Algorithm NOT SUPPORTED by the"\
+            TEST_LOG("psa_aead_set_lengths(): Algorithm NOT SUPPORTED by the "\
                      "implementation - skip multipart API flow\r\n");
         } else {
             TEST_FAIL("Error setting lengths");