err.c: fix incorrect line wrapping
authortb <tb@openbsd.org>
Sat, 24 Feb 2024 07:50:25 +0000 (07:50 +0000)
committertb <tb@openbsd.org>
Sat, 24 Feb 2024 07:50:25 +0000 (07:50 +0000)
lib/libcrypto/err/err.c

index 4b4be21..f13e889 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: err.c,v 1.56 2023/07/28 10:23:19 tb Exp $ */
+/* $OpenBSD: err.c,v 1.57 2024/02/24 07:50:25 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -328,8 +328,8 @@ err_string_data_cmp(const ERR_STRING_DATA *a, const ERR_STRING_DATA *b)
 }
 static IMPLEMENT_LHASH_COMP_FN(err_string_data, ERR_STRING_DATA)
 
-static
-LHASH_OF(ERR_STRING_DATA) *int_err_get(int create)
+static LHASH_OF(ERR_STRING_DATA) *
+int_err_get(int create)
 {
        LHASH_OF(ERR_STRING_DATA) *ret = NULL;
 
@@ -425,8 +425,8 @@ err_state_cmp(const ERR_STATE *a, const ERR_STATE *b)
 }
 static IMPLEMENT_LHASH_COMP_FN(err_state, ERR_STATE)
 
-static
-LHASH_OF(ERR_STATE) *int_thread_get(int create)
+static LHASH_OF(ERR_STATE) *
+int_thread_get(int create)
 {
        LHASH_OF(ERR_STATE) *ret = NULL;