trailing whitespace

This commit is contained in:
John Colvin 2023-03-05 13:16:36 +00:00
parent 08c07cda3a
commit 3f1de5a834
29 changed files with 97 additions and 97 deletions

2
http.d
View file

@ -149,7 +149,7 @@ HttpResponse httpRequest(string method, string uri, const(ubyte)[] content = nul
SSL_library_init();
OpenSSL_add_all_algorithms();
SSL_load_error_strings();
ctx = SSL_CTX_new(SSLv3_client_method());
sslAssert(!(ctx is null));