Fix copyright lines
[folly.git] / folly / test / SmallLocksBenchmark.cpp
index 8a1d6a35cc522e3b721d9b5c31cd60ee6b6d31e2..c26898378c9424929d24f210e998a1ee97a3a010 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.
@@ -63,7 +63,7 @@ struct SimpleBarrier {
   size_t num_{0};
   size_t count_;
 };
-}
+} // namespace
 
 template <typename Lock>
 class InitLock {