mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
egismoc: uncrustify
This commit is contained in:
@@ -376,7 +376,8 @@ egismoc_finger_on_sensor_cb (FpiUsbTransfer *transfer,
|
||||
|
||||
g_return_if_fail (transfer->ssm);
|
||||
|
||||
if (error) {
|
||||
if (error)
|
||||
{
|
||||
fpi_ssm_mark_failed (transfer->ssm, error);
|
||||
return;
|
||||
}
|
||||
@@ -402,6 +403,7 @@ egismoc_wait_finger_run_state (FpiSsm *ssm,
|
||||
FpDevice *device)
|
||||
{
|
||||
FpiDeviceEgisMoc *self = FPI_DEVICE_EGISMOC (device);
|
||||
|
||||
g_autoptr(FpiUsbTransfer) transfer = NULL;
|
||||
|
||||
switch (fpi_ssm_get_cur_state (ssm))
|
||||
@@ -513,6 +515,7 @@ egismoc_list_run_state (FpiSsm *ssm,
|
||||
{
|
||||
FpiDeviceEgisMoc *self = FPI_DEVICE_EGISMOC (device);
|
||||
FpSdcpDevice *sdcp_device = FP_SDCP_DEVICE (device);
|
||||
|
||||
g_autoptr(GPtrArray) ids = NULL;
|
||||
|
||||
switch (fpi_ssm_get_cur_state (ssm))
|
||||
|
||||
Reference in New Issue
Block a user