Consistently have the namespace closing comment
[folly.git] / folly / ssl / OpenSSLPtrTypes.h
index 683add6a6e9b9a3e6ad9919f63f474b339516e06..a4fe7a90b6a73a0831f6141b67de43739ed3c464 100644 (file)
@@ -106,5 +106,5 @@ using BIGNUMUniquePtr = std::unique_ptr<BIGNUM, BIGNUMDeleter>;
 // SSL and SSL_CTX
 using SSLDeleter = folly::static_function_deleter<SSL, &SSL_free>;
 using SSLUniquePtr = std::unique_ptr<SSL, SSLDeleter>;
-}
-}
+} // namespace ssl
+} // namespace folly