Whitespace fix

This commit is contained in:
Peter Hutterer 2022-04-29 10:25:41 +10:00
parent c9c0fbd55d
commit 40c8f15d2e

View file

@ -691,7 +691,7 @@ ei_device_event_stop_emulating(struct ei_device *device)
case EI_DEVICE_STATE_NEW:
case EI_DEVICE_STATE_PAUSED:
case EI_DEVICE_STATE_RESUMED:
break;
break;
case EI_DEVICE_STATE_EMULATING:
ei_queue_device_stop_emulating_event(device);
device->state = EI_DEVICE_STATE_RESUMED;