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
commit 0b0151770a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
};