reformat spaces

This commit is contained in:
Dwedit 2018-05-28 12:04:11 -05:00
parent becb6dee16
commit e8b381680a

View File

@ -59,9 +59,9 @@ static void input_state_set_last(unsigned port, unsigned device,
for (i = 0; i < (unsigned)input_state_list->size; i++)
{
element = (InputListElement*)input_state_list->data[i];
if ( (element->port == port ) &&
if ( (element->port == port) &&
(element->device == device) &&
(element->index == index) &&
(element->index == index) &&
(id >= 0 && id < (sizeof(element->state) / sizeof(int16_t)))
)
{