Apply clang-format to folly/gen/ (partial: namespace)
[folly.git] / folly / gen / Combine-inl.h
index 58daf078792fba5bc43bb0c2e5b610d5fc85aa2c..4e293d117ece2b1b4e36e74dcaccb44a7547643e 100644 (file)
@@ -201,7 +201,7 @@ class MergeTuples {
   }
 };
 
-}  // namespace detail
+} // namespace detail
 
 // TODO(mcurtiss): support zip() for N>1 operands. Because of variadic problems,
 // this might not be easily possible until gcc4.8 is available.
@@ -211,5 +211,5 @@ Zip zip(Source&& source) {
   return Zip(std::forward<Source>(source));
 }
 
-}  // namespace gen
-}  // namespace folly
+} // namespace gen
+} // namespace folly