mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Fix misleading indent.
This commit is contained in:
parent
9d1b7af2eb
commit
14c63ec014
2 changed files with 27 additions and 27 deletions
|
|
@ -682,7 +682,7 @@ PadHandlerBase::connection evdev_joystick_handler::update_connection(const std::
|
|||
if (!update_device(device))
|
||||
return connection::disconnected;
|
||||
|
||||
auto evdev_device = std::static_pointer_cast<EvdevDevice>(device);
|
||||
auto evdev_device = std::static_pointer_cast<EvdevDevice>(device);
|
||||
if (!evdev_device || !evdev_device->device)
|
||||
return connection::disconnected;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue