fix line wrapping in function definition
authortb <tb@openbsd.org>
Wed, 8 May 2024 16:35:05 +0000 (16:35 +0000)
committertb <tb@openbsd.org>
Wed, 8 May 2024 16:35:05 +0000 (16:35 +0000)
lib/libcrypto/objects/obj_dat.c

index b90c803..1ac8544 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: obj_dat.c,v 1.89 2024/03/02 11:11:11 tb Exp $ */
+/* $OpenBSD: obj_dat.c,v 1.90 2024/05/08 16:35:05 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -167,7 +167,8 @@ cleanup1_doall(ADDED_OBJ *a)
            ASN1_OBJECT_FLAG_DYNAMIC_DATA;
 }
 
-static void cleanup2_doall(ADDED_OBJ *a)
+static void
+cleanup2_doall(ADDED_OBJ *a)
 {
        a->obj->nid++;
 }