Consistency in namespace-closing comments
[folly.git] / folly / fibers / LoopController.h
index a797d32160398200a0baf25c096fe0b0b2f3650b..f459cfd3a646c56bbd97ff7721be2418093ae355 100644 (file)
@@ -64,5 +64,5 @@ class LoopController {
    */
   virtual void timedSchedule(std::function<void()> func, TimePoint time) = 0;
 };
-}
-} // folly::fibers
+} // namespace fibers
+} // namespace folly