Apply clang-format to folly/gen/ (partial: namespace)
[folly.git] / folly / gen / Core-inl.h
index 2868224b6c75720183ec368c7b4e98d8310f3e01..87891e360770365d9a0f2b1e336a7fca4ab5cb87 100644 (file)
@@ -25,7 +25,8 @@
 #pragma GCC diagnostic push
 #pragma GCC diagnostic ignored "-Wshadow"
 
-namespace folly { namespace gen {
+namespace folly {
+namespace gen {
 
 /**
  * IsCompatibleSignature - Trait type for testing whether a given Functor
@@ -372,7 +373,7 @@ public:
 };
 
 } // detail
-
-}} // folly::gen
+} // gen
+} // folly
 
 #pragma GCC diagnostic pop