Consistently have the namespace closing comment
[folly.git] / folly / experimental / logging / LogStreamProcessor.h
index 66db917c641be826ddbfe691227ade7fe93925e9..96db4a6b7ee236c758783c4e9986e3491d402dc6 100644 (file)
@@ -68,7 +68,7 @@ inline void fallbackFormatOneArg(std::string* str, const Arg* arg, long) {
 #endif
   str->append("<no_string_conversion>)");
 }
-}
+} // namespace detail
 
 template <bool IsInHeaderFile>
 class XlogCategoryInfo;
@@ -496,4 +496,4 @@ inline void logDisabledHelper(std::integral_constant<bool, false>) noexcept {}
 [[noreturn]] void logDisabledHelper(
         std::integral_constant<bool, true>) noexcept;
 // clang-format on
-}
+} // namespace folly