validity: uncrustify

This commit is contained in:
Leonardo Francisco 2026-04-10 20:44:00 -04:00 committed by lewohart
parent 059096e1be
commit ef4beee574

View file

@ -669,12 +669,16 @@ emulation_identify (FpDevice *device)
fpi_device_get_identify_data (device, &gallery);
if (self->emulation_prints->len > 0 && gallery && gallery->len > 0)
fpi_device_identify_report (device,
g_ptr_array_index (gallery, 0),
g_ptr_array_index (self->emulation_prints, 0),
NULL);
{
fpi_device_identify_report (device,
g_ptr_array_index (gallery, 0),
g_ptr_array_index (self->emulation_prints, 0),
NULL);
}
else
fpi_device_identify_report (device, NULL, NULL, NULL);
{
fpi_device_identify_report (device, NULL, NULL, NULL);
}
fpi_device_identify_complete (device, NULL);
}