make clang-format

This commit is contained in:
Tatsuhiro Tsujikawa 2019-01-12 00:11:31 +09:00
parent 9e8d5433e7
commit 732245e562
1 changed files with 4 additions and 4 deletions

View File

@ -1404,10 +1404,10 @@ constexpr auto DEFAULT_TLS_MAX_PROTO_VERSION = StringRef::from_lit("TLSv1.2");
} // namespace
namespace {
constexpr auto DEFAULT_ACCESSLOG_FORMAT = StringRef::from_lit(
R"($remote_addr - - [$time_local] )"
R"("$request" $status $body_bytes_sent )"
R"("$http_referer" "$http_user_agent")");
constexpr auto DEFAULT_ACCESSLOG_FORMAT =
StringRef::from_lit(R"($remote_addr - - [$time_local] )"
R"("$request" $status $body_bytes_sent )"
R"("$http_referer" "$http_user_agent")");
} // namespace
namespace {