"foo * bar" should be "foo *bar"
[openssl.git] / providers / implementations / ciphers / cipher_rc5.c
index 5b68b25938f0858a7c5705bb58aa5973e61c2759..090b0488e5ff9b8ba58e2ea38ff8fdc20b396e8d 100644 (file)
@@ -136,7 +136,7 @@ static int alg##_##kbits##_##lcmode##_get_params(OSSL_PARAM params[])          \
                                           flags, kbits, blkbits, ivbits);      \
 }                                                                              \
 static OSSL_FUNC_cipher_newctx_fn alg##_##kbits##_##lcmode##_newctx;           \
-static void * alg##_##kbits##_##lcmode##_newctx(void *provctx)                 \
+static void *alg##_##kbits##_##lcmode##_newctx(void *provctx)                  \
 {                                                                              \
      PROV_##UCALG##_CTX *ctx;                                                  \
      if (!ossl_prov_is_running())                                              \