summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-12-17 22:30:39 +0000
committertb <>2022-12-17 22:30:39 +0000
commitac58b362afb376da6d2b55612db00f2fc5876d9e (patch)
tree872799f4a2ce4da4780130a5660d7ec7e567151f
parent1ce602fb91716a91f0e7347466c8d4226881b930 (diff)
downloadopenbsd-ac58b362afb376da6d2b55612db00f2fc5876d9e.tar.gz
openbsd-ac58b362afb376da6d2b55612db00f2fc5876d9e.tar.bz2
openbsd-ac58b362afb376da6d2b55612db00f2fc5876d9e.zip
Zap some whitespace
-rw-r--r--src/regress/lib/libcrypto/bn/bn_shift.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_shift.c b/src/regress/lib/libcrypto/bn/bn_shift.c
index c8f9d3ad1c..f447f7ba51 100644
--- a/src/regress/lib/libcrypto/bn/bn_shift.c
+++ b/src/regress/lib/libcrypto/bn/bn_shift.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_shift.c,v 1.1 2022/12/17 17:18:46 jsing Exp $ */ 1/* $OpenBSD: bn_shift.c,v 1.2 2022/12/17 22:30:39 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -202,7 +202,7 @@ test_bn_shift(void)
202 goto failure; 202 goto failure;
203 } 203 }
204 } 204 }
205 205
206 if (!check_shift_result(bn1)) 206 if (!check_shift_result(bn1))
207 goto failure; 207 goto failure;
208 208