mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 05:15:47 +00:00
style: Remove extra space preceding the :: operator
This commit is contained in:
parent
aee79cc758
commit
203d8f7f60
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