style: Remove extra space preceding the :: operator

This commit is contained in:
Morph
2021-09-29 01:17:30 -04:00
parent 781c1d8df8
commit e29f3b87f1
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);
}