summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-08-31 16:15:44 +1000
committerPauli <pauli@openssl.org>2022-09-13 21:13:35 +1000
commit0f4be8a14a2bcb8a92cf78d94d157152c0a03d88 (patch)
tree52af31b97788083c8a986da928ed34dcf68e4f53 /include
parent5d1bb4fc47582b06dd224a788bdfaaced60e72a0 (diff)
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)
Diffstat (limited to 'include')
-rw-r--r--include/internal/safe_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/safe_math.h b/include/internal/safe_math.h
index 6fdecf9114..9a20957eb6 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; \