Merge pull request #3744 from fmarier/json-escaping-namespace

Move namespace closing brace inside the header guard block
pull/3747/merge
Jisi Liu 7 years ago committed by GitHub
commit f850188e6e
  1. 2
      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

Loading…
Cancel
Save