Fix codestyle with uncrustify.

Signed-off-by: Stephan Koch <koch@oberon.ch>
diff --git a/tests/src/psa_exercise_key.c b/tests/src/psa_exercise_key.c
index 6c04c3b..5f9f767 100644
--- a/tests/src/psa_exercise_key.c
+++ b/tests/src/psa_exercise_key.c
@@ -778,10 +778,10 @@
             /* The representation of an ECC Montgomery public key is
              * the raw compressed point */
             TEST_EQUAL(PSA_BITS_TO_BYTES(bits), exported_length);
-        } else if(PSA_KEY_TYPE_ECC_GET_FAMILY(type) == PSA_ECC_FAMILY_TWISTED_EDWARDS) {
+        } else if (PSA_KEY_TYPE_ECC_GET_FAMILY(type) == PSA_ECC_FAMILY_TWISTED_EDWARDS) {
             /* The representation of an ECC Edwards public key is
              * the raw compressed point */
-             TEST_EQUAL(PSA_BITS_TO_BYTES(bits + 1), exported_length);
+            TEST_EQUAL(PSA_BITS_TO_BYTES(bits + 1), exported_length);
         } else {
             /* The representation of an ECC Weierstrass public key is:
              *      - The byte 0x04;