Consistently have the namespace closing comment
[folly.git] / folly / test / AtomicBitSetTest.cpp
index effe16a0131dc2b83194b9213019ac6efd3d01c6..9eb4d24f19f9dac4e99804cb201136016c6bbcf7 100644 (file)
@@ -53,7 +53,8 @@ TEST(AtomicBitSet, Simple) {
   }
 }
 
   }
 }
 
-}}  // namespaces
+} // namespace test
+} // namespace folly
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);
 
 int main(int argc, char *argv[]) {
   testing::InitGoogleTest(&argc, argv);