summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2025-03-17 12:14:32 +0100
committerJoshua Vandaƫle <joshua@vandaele.software>2025-04-23 11:19:20 +0200
commit2c54ee94c1bed2b958478e302307be4d056321a5 (patch)
tree69bd8b88ffc54d9ec7bb0350de0be9b30dca60fc /Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp
parentd9d00820187d0d8e75c1cc113196ba255ab1a688 (diff)
linter: Apply clang-format 19.1 formatting
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp2
1 files changed, 1 insertions, 1 deletions
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 <typename T, typename M>
struct MemberName
{
- M T::*ptr;
+ M T::* ptr;
const char* name;
};