Consistently have the namespace closing comment
[folly.git] / folly / test / ConcurrentSkipListBenchmark.cpp
index 020a7bf78701b93b34a0c151f20af94e49b5c46e..762c6f5cf569376a96ad04041c06821f6e54cb2e 100644 (file)
@@ -605,7 +605,7 @@ BENCHMARK_PARAM(BM_ContentionStdSet, 1048576);
 BENCHMARK_PARAM(BM_ContentionCSL,    1048576);
 BENCHMARK_DRAW_LINE();
 
-}
+} // namespace
 
 int main(int argc, char** argv) {
   google::InitGoogleLogging(argv[0]);