Improve SingletonThreadLocal performance
[folly.git] / folly / Executor.cpp
index cae75c965f86c1a1e85ee88a75aa9f7676d64b48..bed3bfbdca111f563f7c2649991b7ef650ce5269 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.
@@ -36,4 +36,4 @@ void Executor::keepAliveRelease() {
   LOG(FATAL) << __func__ << "() should not be called for folly::Executor types "
              << "which do not override getKeepAliveToken()";
 }
-}
+} // namespace folly