summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-12-17 22:30:40 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-12-17 22:30:40 +0000
commitf8ecca919f78d4a7c00a8743a244de63a3357b6a (patch)
tree7b2bed1f0cf3148e56aa11cab26565b5a8aca410 /regress
parent9a598f6f074797cdec77cfcfbc8b35b50e169844 (diff)
Zap some whitespace
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libcrypto/bn/bn_shift.c4
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;