Consistently have the namespace closing comment
[folly.git] / folly / ssl / detail / OpenSSLThreading.h
index 5a7b9c5c85791a68b0345f2149c0802e347ee0ba..bc6d527842d3cd7323b6a9b94640184d29b0b58e 100644 (file)
@@ -26,6 +26,6 @@ bool isSSLLockDisabled(int lockId);
 void setLockTypes(std::map<int, LockType> inLockTypes);
 void installThreadingLocks();
 void cleanupThreadingLocks();
-}
-}
-}
+} // namespace detail
+} // namespace ssl
+} // namespace folly