style: Remove extra space preceding the :: operator
This commit is contained in:
parent
781c1d8df8
commit
e29f3b87f1
8 changed files with 10 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue