Consistently have the namespace closing comment
[folly.git] / folly / PackedSyncPtr.h
index 1090240085d965de88a928e85d9ef9b4285a7b3c..a49b0270d0c25a23b699ab9b7701ee3cbfb927a7 100644 (file)
@@ -150,4 +150,4 @@ std::ostream& operator<<(std::ostream& os, const PackedSyncPtr<T>& ptr) {
   os << "PackedSyncPtr(" << ptr.get() << ", " << ptr.extra() << ")";
   return os;
 }
-}
+} // namespace folly