Consistently have the namespace closing comment
[folly.git] / folly / fibers / Baton-inl.h
index ee753ed3c5972786dc1883c4f139f5fcbff7d5c0..fe9d45a0d852b4d7ffb03c29cd5ec55c3268d190 100644 (file)
@@ -109,5 +109,5 @@ bool Baton::timed_wait(const std::chrono::time_point<C, D>& timeout) {
     return timed_wait(TimeoutController::Duration(0));
   }
 }
-}
-}
+} // namespace fibers
+} // namespace folly