Consistently have the namespace closing comment
[folly.git] / folly / experimental / bser / Bser.h
index be06e9ffb6a9a052c23a3d6d27b31e3a6cba06f4..571a7fdef6102ad18aa3d213770036ecac2b1312 100644 (file)
@@ -97,8 +97,8 @@ folly::fbstring toBser(folly::dynamic const&, const serialization_opts&);
 std::unique_ptr<folly::IOBuf> toBserIOBuf(
     folly::dynamic const&,
     const serialization_opts&);
-}
-}
+} // namespace bser
+} // namespace folly
 
 /* vim:ts=2:sw=2:et:
  */