Fix white space
authorPauli <pauli@openssl.org>
Wed, 31 Aug 2022 06:15:44 +0000 (16:15 +1000)
committerPauli <pauli@openssl.org>
Tue, 13 Sep 2022 11:13:35 +0000 (21:13 +1000)
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)

include/internal/safe_math.h

index 6fdecf9114a416636f6c5514ebb9a13a0ece1902..9a20957eb6585c720ea4ded2201f8261222b85ec 100644 (file)
                                                                   int *err)  \
     {                                                                        \
         int e2 = 0;                                                          \
-        type q, r, x, y;                                                           \
+        type q, r, x, y;                                                     \
                                                                              \
         if (c == 0) {                                                        \
             *err |= 1;                                                       \