Fix formatting issues

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c
index 9254f36..056d551 100644
--- a/library/psa_crypto.c
+++ b/library/psa_crypto.c
@@ -3396,7 +3396,7 @@
 }
 
 /* Helper function to get the base algorithm from its variants. */
-static psa_algorithm_t psa_aead_get_base_algorithm(psa_algorithm_t alg)
+static psa_algorithm_t psa_aead_get_base_algorithm( psa_algorithm_t alg )
 {
     return PSA_ALG_AEAD_WITH_DEFAULT_LENGTH_TAG( alg );
 }
@@ -3487,7 +3487,7 @@
         goto exit;
     }
 
-   if( operation->nonce_set || operation->lengths_set ||
+    if( operation->nonce_set || operation->lengths_set ||
         operation->ad_started || operation->body_started )
     {
         status = PSA_ERROR_BAD_STATE;