Consistently have the namespace closing comment
[folly.git] / folly / experimental / ReadMostlySharedPtr.h
index 580152ac49af62f9d5acab1d232420ba8ce84566..f80fdde1e1aec9e47c25626e5d986ec1cfc71c33 100644 (file)
@@ -94,7 +94,7 @@ class ReadMostlySharedPtrCore {
   std::shared_ptr<T> ptr_;
 };
 
-}
+} // namespace detail
 
 template <typename T, typename RefCount = DefaultRefCount>
 class ReadMostlyMainPtr {
@@ -451,4 +451,4 @@ inline bool operator!=(
     const ReadMostlySharedPtr<T, RefCount>& ptr) {
   return !(ptr == nullptr);
 }
-}
+} // namespace folly