Consistently have the namespace closing comment
[folly.git] / folly / experimental / logging / xlog.h
index a8abbd50102fd408f819a8f2c0e8500b6bdcaa3b..f8fc4355552255369a320ea82966fcb4adadb23e 100644 (file)
@@ -381,7 +381,7 @@ class XlogCategoryInfo<false> {
  * XLOG_SET_CATEGORY_NAME() has not been used.
  */
 std::string getXlogCategoryNameForFile(folly::StringPiece filename);
-}
+} // namespace folly
 
 /*
  * We intentionally use an unnamed namespace inside a header file here.
@@ -440,5 +440,5 @@ constexpr inline bool isXlogCategoryOverridden(T) {
  * statement.
  */
 ::folly::XlogFileScopeInfo xlogFileScopeInfo;
-}
-}
+} // namespace xlog_detail
+} // namespace