From 5992e24e8a4ab76f4e451dea5ad01711a5b6cb82 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Thu, 12 Oct 2017 13:54:53 -0700 Subject: Move namespace closing brace inside the header guard block --- src/google/protobuf/util/internal/json_escaping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/util/internal') diff --git a/src/google/protobuf/util/internal/json_escaping.h b/src/google/protobuf/util/internal/json_escaping.h index e3e329fc..9b8b2afd 100644 --- a/src/google/protobuf/util/internal/json_escaping.h +++ b/src/google/protobuf/util/internal/json_escaping.h @@ -86,6 +86,6 @@ class JsonEscaping { } // namespace converter } // namespace util } // namespace protobuf +} // namespace google #endif // NET_PROTO2_UTIL_CONVERTER_STRINGS_JSON_ESCAPING_H_ -} // namespace google -- cgit v1.2.3