Fix style issues introduced earlier
diff --git a/library/pk_wrap.c b/library/pk_wrap.c
index d3933a0..8b94d81 100644
--- a/library/pk_wrap.c
+++ b/library/pk_wrap.c
@@ -307,7 +307,8 @@
 
 cleanup:
     /* clear our sub-context when not in progress (done or error) */
-    if( rs_ctx != NULL && ret != MBEDTLS_ERR_ECP_IN_PROGRESS ) {
+    if( rs_ctx != NULL && ret != MBEDTLS_ERR_ECP_IN_PROGRESS )
+    {
         mbedtls_ecdsa_free( rs_ctx->ecdsa );
         mbedtls_free( rs_ctx->ecdsa );
         rs_ctx->ecdsa = NULL;
@@ -357,7 +358,8 @@
 
 cleanup:
     /* clear our sub-context when not in progress (done or error) */
-    if( rs_ctx != NULL && ret != MBEDTLS_ERR_ECP_IN_PROGRESS ) {
+    if( rs_ctx != NULL && ret != MBEDTLS_ERR_ECP_IN_PROGRESS )
+    {
         mbedtls_ecdsa_free( rs_ctx->ecdsa );
         mbedtls_free( rs_ctx->ecdsa );
         rs_ctx->ecdsa = NULL;