Consistently have the namespace closing comment
[folly.git] / folly / futures / Barrier.h
index 32f03fba2ffff9a67e0d65c9216b1ae04aaf5619..80589c4653d38eba1c54d396d4f5ae6d78f0fa4d 100644 (file)
@@ -93,4 +93,5 @@ class Barrier {
   std::atomic<ControlBlock*> controlBlock_;
 };
 
-}}  // namespaces
+} // namespace futures
+} // namespace folly