Fix code style

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/programs/psa/psa_hash.c b/programs/psa/psa_hash.c
index adf547d..6cb0cb8 100644
--- a/programs/psa/psa_hash.c
+++ b/programs/psa/psa_hash.c
@@ -50,7 +50,7 @@
 int main(void)
 {
     mbedtls_printf("MBEDTLS_PSA_CRYPTO_C and MBEDTLS_SHA256_C"
-           "not defined.\r\n");
+                   "not defined.\r\n");
     return EXIT_SUCCESS;
 }
 #else