Consistently have the namespace closing comment
[folly.git] / folly / test / FBStringTest.cpp
index 6ded8b4c0215a09e55837d88fe60c1c73c2ed636..08e22608078df07217b1bb0da89120ffe40e2da7 100644 (file)
@@ -29,9 +29,9 @@
 #include <boost/random.hpp>
 
 #include <folly/Conv.h>
-#include <folly/Foreach.h>
 #include <folly/Portability.h>
 #include <folly/Random.h>
+#include <folly/container/Foreach.h>
 #include <folly/portability/GTest.h>
 
 using namespace std;
@@ -75,7 +75,7 @@ std::list<char> RandomList(unsigned int maxSize) {
  }
   return lst;
 }
-}
+} // namespace
 
 ////////////////////////////////////////////////////////////////////////////////
 // Tests begin here