Fix code style in psa_crypto_core.h

Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/library/psa_crypto_core.h b/library/psa_crypto_core.h
index ca3d835..1a5a389 100644
--- a/library/psa_crypto_core.h
+++ b/library/psa_crypto_core.h
@@ -543,9 +543,9 @@
 void psa_crypto_input_copy_free(psa_crypto_input_copy_t *input_copy);
 
 typedef struct psa_crypto_output_copy_s {
-  uint8_t *original;
-  uint8_t *buffer;
-  size_t len;
+    uint8_t *original;
+    uint8_t *buffer;
+    size_t len;
 } psa_crypto_output_copy_t;
 
 /** Allocate a local copy of an output buffer.