From b36964d0a87c1b9e141661884da0443a9cfcbab5 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 17 Dec 2022 22:30:39 +0000 Subject: [PATCH] Zap some whitespace --- regress/lib/libcrypto/bn/bn_shift.c | 4 ++-- 1 file 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 * @@ -202,7 +202,7 @@ test_bn_shift(void) goto failure; } } - + if (!check_shift_result(bn1)) goto failure; -- 2.20.1