2
0
mirror of https://github.com/openssl/openssl.git synced 2025-04-24 20:51:14 +08:00

Fix white space

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19082)
This commit is contained in:
Pauli 2022-08-31 16:15:44 +10:00
parent 5d1bb4fc47
commit 0f4be8a14a

@ -321,7 +321,7 @@
int *err) \
{ \
int e2 = 0; \
type q, r, x, y; \
type q, r, x, y; \
\
if (c == 0) { \
*err |= 1; \