mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
linter: Apply clang-format 19.1 formatting
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
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