Consistently have the namespace closing comment
[folly.git] / folly / io / async / ssl / SSLErrors.cpp
index 0a184c494a872e6745b829f9429a9271a46ada00..99c8130413561111c9c70238b5d3fc3f17dea572 100644 (file)
@@ -98,7 +98,7 @@ AsyncSocketException::AsyncSocketExceptionType exTypefromSSLErr(SSLError err) {
       return AsyncSocketException::SSL_ERROR;
   }
 }
-}
+} // namespace
 
 namespace folly {
 
@@ -127,4 +127,4 @@ SSLException::SSLException(SSLError error)
           getSSLErrorString(error).str(),
           0),
       sslError(error) {}
-}
+} // namespace folly