Consistently have the namespace closing comment
[folly.git] / folly / container / Merge.h
index 1979ae716098ef4aa002d748adbc112d667e24d1..2e0a50875136523bc60b959ff1d689bc824a3ffb 100644 (file)
@@ -80,4 +80,4 @@ OutputIt merge(InputIt1 first1, InputIt1 last1,
   return std::copy(first2, last2, d_first);
 }
 
-}
+} // namespace folly