Consistency in namespace-closing comments
[folly.git] / folly / ssl / OpenSSLLockTypes.h
index 0e03c1f718ed39d0a37a0887078f84e55bf56af8..dfbbe5a56b1e02a3f7d20e55ac9a7eb657ffcc88 100644 (file)
@@ -28,5 +28,5 @@ enum class LockType { MUTEX, SPINLOCK, SHAREDMUTEX, NONE };
  */
 using LockTypeMapping = std::map<int, LockType>;
 
-} // ssl
-} // folly
+} // namespace ssl
+} // namespace folly