Browse Source

Move namespace closing brace inside the header guard block

Francois Marier 8 years ago
parent
commit
5992e24e8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/google/protobuf/util/internal/json_escaping.h

+ 1 - 1
src/google/protobuf/util/internal/json_escaping.h

@@ -86,6 +86,6 @@ class JsonEscaping {
 }  // namespace converter
 }  // namespace converter
 }  // namespace util
 }  // namespace util
 }  // namespace protobuf
 }  // namespace protobuf
+}  // namespace google
 
 
 #endif  // NET_PROTO2_UTIL_CONVERTER_STRINGS_JSON_ESCAPING_H_
 #endif  // NET_PROTO2_UTIL_CONVERTER_STRINGS_JSON_ESCAPING_H_
-}  // namespace google