Adds writer test case for RCU
[folly.git] / folly / SharedMutex.cpp
index d8b49887af73f41f2f0f63cac60956a176b910ab..283f52bb541af1e4bc467770245575613fa9ba33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2015-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.
@@ -20,4 +20,4 @@ namespace folly {
 // Explicitly instantiate SharedMutex here:
 template class SharedMutexImpl<true>;
 template class SharedMutexImpl<false>;
-}
+} // namespace folly