Migrate to new boxing functions in metadata_view.c #19107
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is one of the steps towards completing the transition to new boxing/layouting functions, which was started by @dterrahe in #18273. I hope to find time to continue this conversion in our code, although I don't plan to complete it myself without help from others (these are simple changes but there are just a lot of them).
Code reformatting in this source file was also piggybacked into the PR.
The last commit adds specific formatting for the expression in the "if" for better readability. That formatting doesn't follow our established style, but it does make it much clearer to me in that expression. So this commit can be removed if such style is controversial.