Consistency in namespace-closing comments
[folly.git] / folly / fibers / EventBaseLoopController.h
index cab36c0cee1c1738c0591c175a9498800c896a83..5bc4e8cf38e07dbae3199ec9c1a61de814fda2e3 100644 (file)
@@ -107,7 +107,7 @@ class EventBaseLoopController : public LoopController {
 
   friend class FiberManager;
 };
-}
-} // folly::fibers
+} // namespace fibers
+} // namespace folly
 
 #include "EventBaseLoopController-inl.h"