From 732245e562bdc868b0d44de2fb3429ed61c3ba05 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 12 Jan 2019 00:11:31 +0900 Subject: [PATCH] make clang-format --- src/shrpx.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/shrpx.cc b/src/shrpx.cc index ae3c2fc7..2c0d0bba 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -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 {