fix some code with obvious wrong coding style
[openssl.git] / crypto / evp / asymcipher.c
index b7784c899457ee26ff4d73d4ced452e8244551f6..b08e1210149025aee0a69d36b00f99b1564777fc 100644 (file)
@@ -189,7 +189,7 @@ static int evp_pkey_asym_cipher_init(EVP_PKEY_CTX *ctx, int operation,
         ERR_raise(ERR_LIB_EVP, EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE);
         return -2;
     }
-    switch(ctx->operation) {
+    switch (ctx->operation) {
     case EVP_PKEY_OP_ENCRYPT:
         if (ctx->pmeth->encrypt_init == NULL)
             return 1;