mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-11 13:08:13 +02:00
validity: uncrustify
This commit is contained in:
parent
059096e1be
commit
ef4beee574
1 changed files with 9 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue