Consistently have the namespace closing comment
[folly.git] / folly / test / BitIteratorTest.cpp
index 23083364b11a685628ff473e035c29330b5cf085..01dac7471045a4c4438b4a4c8f0484d959ac54a0 100644 (file)
@@ -150,7 +150,7 @@ void runRealFFSTest(int iters) {
   }
 }
 
-}
+} // namespace
 
 TEST(BitIterator, SimpleFindFirstSet) {
   runSimpleFFSTest(1);