Fixes RCU test cases error (loads should use Consume ordering)
[folly.git] / folly / test / MathBenchmark.cpp
index e3ef00d4f23a35f800fabf0c30dee6f2c8ccc13e..a5c7afa21b21ce7f42f55b5f28db47c0de40c47b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -89,7 +89,7 @@ void runDivTests(const F& func, size_t iters) {
     }
   }
 }
-}
+} // namespace
 
 BENCHMARK_DRAW_LINE();
 BENCHMARK(divTruncInt8, iters) {