From 0f4be8a14a2bcb8a92cf78d94d157152c0a03d88 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 31 Aug 2022 16:15:44 +1000 Subject: [PATCH] Fix white space Reviewed-by: Todd Short Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/19082) --- include/internal/safe_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.47.2