Consistently have the namespace closing comment
[folly.git] / folly / fibers / TimedMutex.h
index 671409a0c39364b1f08da8fb7d69e8d434c78619..f965abe078bfb140b40b8b0beda600df494607b6 100644 (file)
@@ -228,7 +228,7 @@ class TimedRWMutex {
   MutexWaiterList read_waiters_; //< List of thread / fibers waiting for
   //  shared access
 };
-}
-}
+} // namespace fibers
+} // namespace folly
 
 #include "TimedMutex-inl.h"