X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2Flogging%2FLogStreamProcessor.h;h=96db4a6b7ee236c758783c4e9986e3491d402dc6;hp=66db917c641be826ddbfe691227ade7fe93925e9;hb=f2925b23df8d85ebca72d62a69f1282528c086de;hpb=d21f716525c0b0a8aec9725ea39dc2a695267875 diff --git a/folly/experimental/logging/LogStreamProcessor.h b/folly/experimental/logging/LogStreamProcessor.h index 66db917c..96db4a6b 100644 --- a/folly/experimental/logging/LogStreamProcessor.h +++ b/folly/experimental/logging/LogStreamProcessor.h @@ -68,7 +68,7 @@ inline void fallbackFormatOneArg(std::string* str, const Arg* arg, long) { #endif str->append(")"); } -} +} // namespace detail template class XlogCategoryInfo; @@ -496,4 +496,4 @@ inline void logDisabledHelper(std::integral_constant) noexcept {} [[noreturn]] void logDisabledHelper( std::integral_constant) noexcept; // clang-format on -} +} // namespace folly