Skip to content

Commit 85e7769

Browse files
stefanhausteincopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 817292106
1 parent 8e842f0 commit 85e7769

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

protobuf/compiler/src/google/protobuf/compiler/j2objc/j2objc_helpers.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const std::set<absl::string_view> kKeywords = {
9292
"virtual", "void", "volatile", "while",
9393
};
9494

95+
9596
absl::string_view FieldName(const FieldDescriptor *field) {
9697
// Groups are hacky: The name of the field is just the lower-cased name
9798
// of the group type. In Java, though, we would like to retain the original
@@ -765,6 +766,7 @@ bool IsGenerateFileDirMapping() {
765766
}
766767

767768
bool IsGenerateProperties(const FileDescriptor *file) {
769+
768770
// Check for the "j2objc_package_prefix" option using unknown fields so we
769771
// don't have to pre-build j2objc-descriptor.pb.[h|cc].
770772
const UnknownField *generate_properties_field =

0 commit comments

Comments
 (0)