Răsfoiți Sursa

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

Move namespace closing brace inside the header guard block
Jisi Liu 8 ani în urmă
părinte
comite
f850188e6e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 util
 }  // namespace protobuf
+}  // namespace google
 
 #endif  // NET_PROTO2_UTIL_CONVERTER_STRINGS_JSON_ESCAPING_H_
-}  // namespace google