Add space after commas
authortb <tb@openbsd.org>
Sun, 19 May 2024 08:22:40 +0000 (08:22 +0000)
committertb <tb@openbsd.org>
Sun, 19 May 2024 08:22:40 +0000 (08:22 +0000)
lib/libcrypto/dh/dh_err.c
lib/libcrypto/dsa/dsa_err.c

index df15a85..52fec78 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: dh_err.c,v 1.20 2024/05/19 08:21:13 tb Exp $ */
+/* $OpenBSD: dh_err.c,v 1.21 2024/05/19 08:22:40 tb Exp $ */
 /* ====================================================================
  * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
  *
@@ -104,8 +104,8 @@ ERR_load_DH_strings(void)
 {
 #ifndef OPENSSL_NO_ERR
        if (ERR_func_error_string(DH_str_functs[0].error) == NULL) {
-               ERR_load_strings(0,DH_str_functs);
-               ERR_load_strings(0,DH_str_reasons);
+               ERR_load_strings(0, DH_str_functs);
+               ERR_load_strings(0, DH_str_reasons);
        }
 #endif
 }
index 8effa58..048fa8d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsa_err.c,v 1.20 2024/05/19 08:21:13 tb Exp $ */
+/* $OpenBSD: dsa_err.c,v 1.21 2024/05/19 08:22:40 tb Exp $ */
 /* ====================================================================
  * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
  *
@@ -94,8 +94,8 @@ ERR_load_DSA_strings(void)
 {
 #ifndef OPENSSL_NO_ERR
        if (ERR_func_error_string(DSA_str_functs[0].error) == NULL) {
-               ERR_load_strings(0,DSA_str_functs);
-               ERR_load_strings(0,DSA_str_reasons);
+               ERR_load_strings(0, DSA_str_functs);
+               ERR_load_strings(0, DSA_str_reasons);
        }
 #endif
 }