Consistency in namespace-closing comments
[folly.git] / folly / io / async / ssl / OpenSSLUtils.cpp
index 91e114a03024e30569d2bf59c54da54f73456615..832818ebb9b966e1c7a88147de09057a48e14d2c 100644 (file)
@@ -310,8 +310,8 @@ void OpenSSLUtils::setBioFd(BIO* b, int fd, int flags) {
   BIO_set_fd(b, sock, flags);
 }
 
-} // ssl
-} // folly
+} // namespace ssl
+} // namespace folly
 
 namespace {
 #ifdef OPENSSL_IS_BORINGSSL