1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Add empty line for consistency

This commit is contained in:
tb 2023-05-23 11:06:52 +00:00
parent 6183aea1d1
commit cf62a661e0

View File

@ -1,4 +1,4 @@
/* $OpenBSD: objectstest.c,v 1.7 2023/05/23 11:05:09 tb Exp $ */
/* $OpenBSD: objectstest.c,v 1.8 2023/05/23 11:06:52 tb Exp $ */
/*
* Copyright (c) 2017, 2022 Joel Sing <jsing@openbsd.org>
*
@ -431,6 +431,7 @@ obj_txt_early_nul_test(void)
}
failed = 0;
failed:
ASN1_OBJECT_free(obj);