logging: don't clamp the log level to DFATAL in debug builds
[folly.git] / folly / experimental / RCUUtils.cpp
index c49638f6d3f8340945e0baff14928f8aae62d4b0..f36da98832fb5ef40966422422c0c8297e268aab 100644 (file)
@@ -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