style: Remove extra space preceding the :: operator

This commit is contained in:
Morph 2021-09-29 01:17:30 -04:00
parent aee79cc758
commit 203d8f7f60
8 changed files with 10 additions and 10 deletions

View file

@ -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);
}