diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-17 22:30:40 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-17 22:30:40 +0000 |
commit | f8ecca919f78d4a7c00a8743a244de63a3357b6a (patch) | |
tree | 7b2bed1f0cf3148e56aa11cab26565b5a8aca410 /regress | |
parent | 9a598f6f074797cdec77cfcfbc8b35b50e169844 (diff) |
Zap some whitespace
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/bn/bn_shift.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/bn/bn_shift.c b/regress/lib/libcrypto/bn/bn_shift.c index c8f9d3ad1cd..f447f7ba51c 100644 --- a/regress/lib/libcrypto/bn/bn_shift.c +++ b/regress/lib/libcrypto/bn/bn_shift.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_shift.c,v 1.1 2022/12/17 17:18:46 jsing Exp $ */ +/* $OpenBSD: bn_shift.c,v 1.2 2022/12/17 22:30:39 tb Exp $ */ /* * Copyright (c) 2022 Joel Sing <jsing@openbsd.org> * @@ -202,7 +202,7 @@ test_bn_shift(void) goto failure; } } - + if (!check_shift_result(bn1)) goto failure; |