Consistently have the namespace closing comment
[folly.git] / folly / portability / OpenSSL.cpp
index 7a888e2c51a7c480ad8b40e6587df2115ebacd15..845c441013a07f93b5525707d0ef38687a906313 100644 (file)
@@ -401,6 +401,6 @@ const ASN1_TIME* X509_REVOKED_get0_revocationDate(const X509_REVOKED* r) {
 }
 
 #endif // !FOLLY_OPENSSL_IS_110
-}
-}
-}
+} // namespace ssl
+} // namespace portability
+} // namespace folly