소스 검색

Move namespace closing brace inside the header guard block

Francois Marier 8 년 전
부모
커밋
5992e24e8a
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