From: Pauli Date: Wed, 31 Aug 2022 06:15:44 +0000 (+1000) Subject: Fix white space X-Git-Tag: openssl-3.2.0-alpha1~2091 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f4be8a14a2bcb8a92cf78d94d157152c0a03d88;p=thirdparty%2Fopenssl.git Fix white space Reviewed-by: Todd Short Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/19082) --- diff --git a/include/internal/safe_math.h b/include/internal/safe_math.h index 6fdecf9114a..9a20957eb65 100644 --- a/include/internal/safe_math.h +++ b/include/internal/safe_math.h @@ -321,7 +321,7 @@ int *err) \ { \ int e2 = 0; \ - type q, r, x, y; \ + type q, r, x, y; \ \ if (c == 0) { \ *err |= 1; \