Consistency in namespace-closing comments
[folly.git] / folly / fibers / ForEach-inl.h
index b6f06247ca3e5666cdc492566e84402e434cdaae..073c14f800620847e09b295452a9cb01d8fa9e1e 100644 (file)
@@ -35,7 +35,7 @@ typename std::enable_if<
   g(id);
 }
 
-} // anonymous namespace
+} // namespace
 
 template <class InputIterator, class F>
 inline void forEach(InputIterator first, InputIterator last, F&& f) {
@@ -83,5 +83,5 @@ inline void forEach(InputIterator first, InputIterator last, F&& f) {
     std::rethrow_exception(e);
   }
 }
-}
-} // folly::fibers
+} // namespace fibers
+} // namespace folly