commit | b2ba64add9b48068948e1450153a9ea6923e3596 | [log] [tgz] |
---|---|---|
author | Kitware Robot <kwrobot@kitware.com> | Thu Jan 23 11:40:59 2025 -0500 |
committer | Brad King <brad.king@kitware.com> | Thu Jan 23 11:43:06 2025 -0500 |
tree | af61b86526bf149fd42f373570b064ffc7485846 | |
parent | c03bab961039f9888ae5b4f7d727b48da445c0fd [diff] |
Revise C++ coding style using clang-format-18 Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 18. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. Fixes: #26123