Assorted tweaks to folly/String.h
[folly.git] / folly / SharedMutex.cpp
index efabaa4e20939c65a38033a36d2a22c6b97aace1..eba2ea43a1062e17da045b48d836aa3168ff66e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 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