mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Make style of if statment conform to the one already in use in the file/
This commit is contained in:
parent
5c58c6969e
commit
f83f706565
1 changed files with 1 additions and 2 deletions
|
@ -684,9 +684,8 @@ static void iohidmanager_hid_device_add_device(
|
|||
if (adapter->slot == -1)
|
||||
goto error;
|
||||
|
||||
if (string_is_empty(adapter->name)) {
|
||||
if (string_is_empty(adapter->name))
|
||||
strcpy(adapter->name, "Unknown Controller With No Name");
|
||||
}
|
||||
|
||||
if (pad_connection_has_interface(hid->slots, adapter->slot))
|
||||
IOHIDDeviceRegisterInputReportCallback(device,
|
||||
|
|
Loading…
Add table
Reference in a new issue