clangformat

This commit is contained in:
yhirose 2024-09-07 10:16:03 -04:00
parent f6e4e2d0f3
commit 3e86d93d13

View file

@ -792,7 +792,8 @@ private:
fn();
}
#if defined(CPPHTTPLIB_OPENSSL_SUPPORT) && !defined(OPENSSL_IS_BORINGSSL) && !defined(LIBRESSL_VERSION_NUMBER)
#if defined(CPPHTTPLIB_OPENSSL_SUPPORT) && !defined(OPENSSL_IS_BORINGSSL) && \
!defined(LIBRESSL_VERSION_NUMBER)
OPENSSL_thread_stop();
#endif
}