aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/util
diff options
context:
space:
mode:
authorGravatar Francois Marier <francois@mozilla.com>2017-10-12 13:54:53 -0700
committerGravatar Francois Marier <francois@mozilla.com>2017-10-12 13:54:53 -0700
commit5992e24e8a4ab76f4e451dea5ad01711a5b6cb82 (patch)
treef95bd921a85c9b8710e2a4b506b1ebf3e4c1ce19 /src/google/protobuf/util
parenta632f0dbac406227fad0951262f3b6160eaabebe (diff)
Move namespace closing brace inside the header guard block
Diffstat (limited to 'src/google/protobuf/util')
-rw-r--r--src/google/protobuf/util/internal/json_escaping.h2
1 files changed, 1 insertions, 1 deletions
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