mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-07 20:30:38 -05:00
Merge pull request #13436 from JoshuaVandaele/clang-format-19
Update clang-format to version 19
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user