Commit 732245e5 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

make clang-format

parent 9e8d5433
...@@ -1404,10 +1404,10 @@ constexpr auto DEFAULT_TLS_MAX_PROTO_VERSION = StringRef::from_lit("TLSv1.2"); ...@@ -1404,10 +1404,10 @@ constexpr auto DEFAULT_TLS_MAX_PROTO_VERSION = StringRef::from_lit("TLSv1.2");
} // namespace } // namespace
namespace { namespace {
constexpr auto DEFAULT_ACCESSLOG_FORMAT = StringRef::from_lit( constexpr auto DEFAULT_ACCESSLOG_FORMAT =
R"($remote_addr - - [$time_local] )" StringRef::from_lit(R"($remote_addr - - [$time_local] )"
R"("$request" $status $body_bytes_sent )" R"("$request" $status $body_bytes_sent )"
R"("$http_referer" "$http_user_agent")"); R"("$http_referer" "$http_user_agent")");
} // namespace } // namespace
namespace { namespace {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment