summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp
diff options
context:
space:
mode:
authorOatmealDome <OatmealDome@users.noreply.github.com>2025-04-30 01:17:31 -0400
committerGitHub <noreply@github.com>2025-04-30 01:17:31 -0400
commit0b0151770a2a087063775e654e1b6208033a9c21 (patch)
treef4539f731ddbee53f46aab1d01caa08632c07738 /Source/Core/InputCommon/ControllerInterface/WGInput/WGInput.cpp
parent23a5ea3504038c86e03f69e6be7e314dd3212128 (diff)
parentbf554edfe0b543b08c42401b78fea2ae0ffa1168 (diff)
Merge pull request #13436 from JoshuaVandaele/clang-format-19
Update clang-format to version 19
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;
};