mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 20:18:17 -05:00
Remove every trailing whitespace from the project (but externals).
This commit is contained in:
@ -106,7 +106,7 @@ void Update() {
|
||||
mem->touch.index_reset_ticks_previous = mem->touch.index_reset_ticks;
|
||||
mem->touch.index_reset_ticks = (s64)CoreTiming::GetTicks();
|
||||
}
|
||||
|
||||
|
||||
// Signal both handles when there's an update to Pad or touch
|
||||
event_pad_or_touch_1->Signal();
|
||||
event_pad_or_touch_2->Signal();
|
||||
|
@ -25,6 +25,6 @@ const Interface::FunctionInfo FunctionTable[] = {
|
||||
HID_SPVR_Interface::HID_SPVR_Interface() {
|
||||
Register(FunctionTable);
|
||||
}
|
||||
|
||||
|
||||
} // namespace HID
|
||||
} // namespace Service
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
namespace Service {
|
||||
namespace HID {
|
||||
|
||||
|
||||
/**
|
||||
* HID service interface.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user