Skip to content

Commit

Permalink
Auto-generate files after cl/562830310
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Sep 5, 2023
1 parent cd4b6ea commit ad88453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions php/ext/google/protobuf/php-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -11748,8 +11748,8 @@ enum {
};

/* Encodes the given |msg| to JSON format. The message's reflection is given in
* |m|. The symtab in |symtab| is used to find extensions (if NULL, extensions
* will not be printed).
* |m|. The DefPool in |ext_pool| is used to find extensions (if NULL,
* extensions will not be printed).
*
* Output is placed in the given buffer, and always NULL-terminated. The output
* size (excluding NULL) is returned. This means that a return value >= |size|
Expand Down
4 changes: 2 additions & 2 deletions ruby/ext/google/protobuf_c/ruby-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -11518,8 +11518,8 @@ enum {
};

/* Encodes the given |msg| to JSON format. The message's reflection is given in
* |m|. The symtab in |symtab| is used to find extensions (if NULL, extensions
* will not be printed).
* |m|. The DefPool in |ext_pool| is used to find extensions (if NULL,
* extensions will not be printed).
*
* Output is placed in the given buffer, and always NULL-terminated. The output
* size (excluding NULL) is returned. This means that a return value >= |size|
Expand Down

0 comments on commit ad88453

Please sign in to comment.