logging: don't clamp the log level to DFATAL in debug builds
[folly.git] / folly / experimental / RCUUtils.cpp
index d1c0eb76d5a7f20b5c196790374a35bec40626c2..f36da98832fb5ef40966422422c0c8297e268aab 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.
@@ -33,7 +33,7 @@ struct RCURegisterThreadHelper {
   bool alive{false};
 };
 
-}
+} // namespace
 
 bool RCURegisterThread() {
   static folly::ThreadLocal<RCURegisterThreadHelper>* rcuRegisterThreadHelper =
@@ -53,4 +53,4 @@ RCUReadLock& RCUReadLock::instance() {
   static RCUReadLock instance;
   return instance;
 }
-}
+} // namespace folly