logging: add an assert for the FLAG_INHERIT bit
[folly.git] / folly / ssl / OpenSSLHash.cpp
index cfe886acae72388cb34b7ba94805fd355f17c9ed..7062a16ba07586d86d550e89137870755d41fafb 100644 (file)
@@ -31,5 +31,5 @@ namespace ssl {
 [[noreturn]] void OpenSSLHash::check_libssl_result_throw() {
   throw std::runtime_error("openssl crypto function failed");
 }
-}
-}
+} // namespace ssl
+} // namespace folly