Fix Build: folly/synchronization/test/ParkingLotBenchmark.cpp (sign-compare, unused...
[folly.git] / folly / SingletonThreadLocal.h
index d14878bf98759541ff1dc70217be26db0746fe4c..692495645d8baf74ec288fc763c47c0e4c8696ab 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.
@@ -92,4 +92,4 @@ class SingletonThreadLocal {
 
   SingletonT singleton_;
 };
-}
+} // namespace folly