Zap some whitespace
authortb <tb@openbsd.org>
Sat, 17 Dec 2022 22:30:39 +0000 (22:30 +0000)
committertb <tb@openbsd.org>
Sat, 17 Dec 2022 22:30:39 +0000 (22:30 +0000)
regress/lib/libcrypto/bn/bn_shift.c

index c8f9d3a..f447f7b 100644 (file)
@@ -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;