From 2c54ee94c1bed2b958478e302307be4d056321a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Vanda=C3=ABle?= Date: Mon, 17 Mar 2025 12:14:32 +0100 Subject: linter: Apply clang-format 19.1 formatting find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i --- Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp') diff --git a/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp b/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp index a688ca0366..428a7ed6a3 100644 --- a/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp +++ b/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp @@ -62,7 +62,7 @@ static constexpr std::array wgi_button_names = { template struct MemberName { - M T::*ptr; + M T::* ptr; const char* name; }; -- cgit v1.2.3