Consistency in namespace-closing comments
[folly.git] / folly / ssl / detail / OpenSSLThreading.cpp
index c9402b357ce1351dfa897fbcf96c86f2a9da157f..05b551a7ecc51c2cd453b892008c16d91b40aadd 100644 (file)
@@ -106,7 +106,7 @@ struct SSLLock {
   std::mutex mutex;
   SharedMutex sharedMutex;
 };
-} // end anonymous namespace
+} // namespace
 
 // Statics are unsafe in environments that call exit().
 // If one thread calls exit() while another thread is
@@ -173,6 +173,6 @@ void cleanupThreadingLocks() {
   locks().reset();
 }
 
-} // detail
-} // ssl
-} // folly
+} // namespace detail
+} // namespace ssl
+} // namespace folly