Consistently have the namespace closing comment
[folly.git] / folly / test / BenchmarkTest.cpp
index a9a4fee721c3b1d6f9c2f4468e3ec924087dcecf..b876be2d3ade02801f2594232e4505d5cb8e3663 100644 (file)
@@ -155,7 +155,7 @@ class NonTrivialLong {
   long value_;
   long otherStuff_[3];
 };
-}
+} // namespace
 
 BENCHMARK(optimizerCanDiscardNonTrivial, n) {
   NonTrivialLong x(0);