summaryrefslogtreecommitdiff
path: root/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/str_format/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/str_format/output.cc')
-rw-r--r--src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/str_format/output.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/str_format/output.cc b/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/str_format/output.cc
index d7fef69b4cf..c4b24706132 100644
--- a/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/str_format/output.cc
+++ b/src/third_party/abseil-cpp-master/abseil-cpp/absl/strings/internal/str_format/output.cc
@@ -4,7 +4,7 @@
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
-// http://www.apache.org/licenses/LICENSE-2.0
+// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,6 +18,7 @@
#include <cstring>
namespace absl {
+ABSL_NAMESPACE_BEGIN
namespace str_format_internal {
namespace {
@@ -67,4 +68,5 @@ void FILERawSink::Write(string_view v) {
}
} // namespace str_format_internal
+ABSL_NAMESPACE_END
} // namespace absl