The clang-format pass didn't re-format simple comments with multiple paragraphs:
/* * XXX * XXX * * YYY * YYY */
It would be good to do a pass and reformat those comments.
The clang-format pass didn't re-format simple comments with multiple paragraphs:
/* * XXX * XXX * * YYY * YYY */
It would be good to do a pass and reformat those comments.