aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.cpp
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-09-29 19:32:39 -0400
committerGitHub <noreply@github.com>2021-09-29 19:32:39 -0400
commitb9251155f83f27aa5d5bc33bfc068913d611314a (patch)
treed00074e943ba23b90d1d3239aa9131cd68eb50c5 /src/core/hle/service/hid/hid.cpp
parent91341b421d23e3f1674bd0c2354636ff6b3c9180 (diff)
parente29f3b87f1921918dc62306d1de2d3ce4b4bf35b (diff)
Merge pull request #7104 from Morph1984/style
style: Remove extra space preceding the :: operator
Diffstat (limited to 'src/core/hle/service/hid/hid.cpp')
-rw-r--r--src/core/hle/service/hid/hid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp
index c930996ab..8c363142c 100644
--- a/src/core/hle/service/hid/hid.cpp
+++ b/src/core/hle/service/hid/hid.cpp
@@ -106,7 +106,7 @@ void IAppletResource::DeactivateController(HidController controller) {
controllers[static_cast<size_t>(controller)]->DeactivateController();
}
-IAppletResource ::~IAppletResource() {
+IAppletResource::~IAppletResource() {
system.CoreTiming().UnscheduleEvent(pad_update_event, 0);
system.CoreTiming().UnscheduleEvent(motion_update_event, 0);
}