evp_test: zap extra empty line
authortb <tb@openbsd.org>
Sun, 10 Dec 2023 19:20:06 +0000 (19:20 +0000)
committertb <tb@openbsd.org>
Sun, 10 Dec 2023 19:20:06 +0000 (19:20 +0000)
regress/lib/libcrypto/evp/evp_test.c

index b1f7d59..cf50c15 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: evp_test.c,v 1.10 2023/12/08 08:30:04 tb Exp $ */
+/*     $OpenBSD: evp_test.c,v 1.11 2023/12/10 19:20:06 tb Exp $ */
 /*
  * Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@ -601,7 +601,6 @@ obj_name_cb(const OBJ_NAME *obj_name, void *do_all_arg)
                    previous, obj_name->name);
        }
 
-
        arg->failure |= arg_copy.failure;
 }