From: tb Date: Sat, 17 Dec 2022 22:30:39 +0000 (+0000) Subject: Zap some whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b36964d0a87c1b9e141661884da0443a9cfcbab5;p=openbsd Zap some whitespace --- 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;