Consistently have the namespace closing comment
[folly.git] / folly / test / small_vector_test.cpp
index 9f1eaf481ef5afd5d0bf26404421ccb7ab20e863..618af54e9cce1fc37534a972d80b7be42f1c349c 100644 (file)
@@ -198,7 +198,7 @@ struct TestBasicGuarantee {
   }
 };
 
-}
+} // namespace
 
 TEST(small_vector, BasicGuarantee) {
   for (int prepop = 1; prepop < 30; ++prepop) {
@@ -942,7 +942,7 @@ class Counter {
     return *this;
   }
 };
-}
+} // namespace
 
 TEST(small_vector, EmplaceBackEfficiency) {
   small_vector<Counter, 2> test;