Consistently have the namespace closing comment
[folly.git] / folly / container / Foreach.h
index f24854dee79c09b23d9cca46f68dba71f7559a0b..ba744e8fffac4a8d3fb5520c8a1017d116389810 100644 (file)
@@ -298,7 +298,8 @@ downTo(T& iter, const U& begin) {
   return true;
 }
 
-} }
+} // namespace detail
+} // namespace folly
 
 /*
  * Look at the Ranges-v3 views and you'll probably find an easier way to build