Move namespace closing brace inside the header guard block

This commit is contained in:
Francois Marier 2017-10-12 13:54:53 -07:00
parent a632f0dbac
commit 5992e24e8a
No known key found for this signature in database
GPG Key ID: 0DDC5745378C39EB

View File

@ -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