Consistency in namespace-closing comments
[folly.git] / folly / fibers / Fiber-inl.h
index fe861330f2320a93a7a52a423f30c1edf2ecb22b..3ca843f39dd4f6375e73f67b14c298c6c758618f 100644 (file)
@@ -72,5 +72,5 @@ void Fiber::LocalData::dataHeapDestructor(void* ptr) {
   reinterpret_cast<T*>(ptr)->~T();
   freeHeapBuffer(ptr);
 }
-}
-} // folly::fibers
+} // namespace fibers
+} // namespace folly