Apply clang-format to folly/gen/ (partial: namespace)
[folly.git] / folly / gen / Base-inl.h
index 66d2b92c3dec49617e2e73daded85006f1d4dd92..959696e8068407e93ad675b378e240d08d19b1fc 100644 (file)
@@ -22,7 +22,8 @@
 #pragma GCC diagnostic push
 #pragma GCC diagnostic ignored "-Wshadow"
 
-namespace folly { namespace gen {
+namespace folly {
+namespace gen {
 
 /**
  * ArgumentReference - For determining ideal argument type to receive a value.
@@ -2336,7 +2337,7 @@ inline detail::Skip skip(size_t count) { return detail::Skip(count); }
 inline detail::Batch batch(size_t batchSize) {
   return detail::Batch(batchSize);
 }
-
-}} // folly::gen
+} // gen
+} // folly
 
 #pragma GCC diagnostic pop