소스 검색

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

Move namespace closing brace inside the header guard block
Jisi Liu 8 년 전
부모
커밋
f850188e6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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