]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
err: fix indentation of preprocessor directive
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Mon, 28 Mar 2022 17:26:46 +0000 (19:26 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Sat, 9 Apr 2022 21:06:27 +0000 (23:06 +0200)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17975)

crypto/err/err.c

index d03f8e3658b6b9124314a3fcb148bd2218ceaa70..7af598fb81203f0d2ffbafbff9a4fc5f04c5e6a3 100644 (file)
@@ -78,9 +78,9 @@ static ERR_STRING_DATA ERR_str_functs[] = {
     {ERR_PACK(0, SYS_F_BIND, 0), "bind"},
     {ERR_PACK(0, SYS_F_LISTEN, 0), "listen"},
     {ERR_PACK(0, SYS_F_ACCEPT, 0), "accept"},
-# ifdef OPENSSL_SYS_WINDOWS
+#ifdef OPENSSL_SYS_WINDOWS
     {ERR_PACK(0, SYS_F_WSASTARTUP, 0), "WSAstartup"},
-# endif
+#endif
     {ERR_PACK(0, SYS_F_OPENDIR, 0), "opendir"},
     {ERR_PACK(0, SYS_F_FREAD, 0), "fread"},
     {ERR_PACK(0, SYS_F_GETADDRINFO, 0), "getaddrinfo"},