Consistently have the namespace closing comment
[folly.git] / folly / fibers / Baton.h
index 9fd8c324bfcb9dc5e880367b6337ee13cf289af3..768da60f9a9068f8e550e49e637a6fef586cf0e8 100644 (file)
@@ -185,7 +185,7 @@ class Baton {
     } futex_;
   };
 };
-}
-}
+} // namespace fibers
+} // namespace folly
 
 #include <folly/fibers/Baton-inl.h>