diff options
author | tb <> | 2022-12-17 22:30:39 +0000 |
---|---|---|
committer | tb <> | 2022-12-17 22:30:39 +0000 |
commit | 52307aa61262685afa543cf680d63d9c15895074 (patch) | |
tree | 872799f4a2ce4da4780130a5660d7ec7e567151f | |
parent | 89107d2ca04da0f9ee03ed252158424abf736dda (diff) | |
download | openbsd-52307aa61262685afa543cf680d63d9c15895074.tar.gz openbsd-52307aa61262685afa543cf680d63d9c15895074.tar.bz2 openbsd-52307aa61262685afa543cf680d63d9c15895074.zip |
Zap some whitespace
-rw-r--r-- | src/regress/lib/libcrypto/bn/bn_shift.c | 4 |
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 | ||