Merge pull request #13436 from JoshuaVandaele/clang-format-19

Update clang-format to version 19
This commit is contained in:
OatmealDome
2025-04-30 01:17:31 -04:00
committed by GitHub
48 changed files with 170 additions and 220 deletions

View File

@ -62,7 +62,7 @@ static constexpr std::array wgi_button_names = {
template <typename T, typename M>
struct MemberName
{
M T::*ptr;
M T::* ptr;
const char* name;
};