Log (de)compression bytes
[folly.git] / folly / ConcurrentSkipList-inl.h
index 090a732ed82a7a3d30bc4e3d0f99ad1676d68df8..8476393e868bde0322c164c159a4155e7f5a20a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2011-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.
@@ -337,4 +337,5 @@ class NodeRecycler<NodeType, NodeAlloc, typename std::enable_if<
   NodeAlloc alloc_;
 };
 
-}}  // namespaces
+} // namespace detail
+} // namespace folly