diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-29 01:17:30 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-29 01:26:01 -0400 |
| commit | e29f3b87f1921918dc62306d1de2d3ce4b4bf35b (patch) | |
| tree | a6a48a725aab1b4c501beb131ccbd532ff37bdc3 /src/core/hle/service/hid/hid.cpp | |
| parent | 781c1d8df86a06ccba6a30a7242113f0812bb674 (diff) | |
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.cpp | 2 |
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); } |
