mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
sdcp: uncrustify
This commit is contained in:
@@ -277,6 +277,7 @@ void
|
|||||||
fpi_sdcp_device_enroll (FpSdcpDevice *self)
|
fpi_sdcp_device_enroll (FpSdcpDevice *self)
|
||||||
{
|
{
|
||||||
FpSdcpDeviceClass *cls = FP_SDCP_DEVICE_GET_CLASS (self);
|
FpSdcpDeviceClass *cls = FP_SDCP_DEVICE_GET_CLASS (self);
|
||||||
|
|
||||||
g_autoptr(GBytes) application_secret = NULL;
|
g_autoptr(GBytes) application_secret = NULL;
|
||||||
FpPrint *print;
|
FpPrint *print;
|
||||||
|
|
||||||
@@ -298,6 +299,7 @@ fpi_sdcp_device_identify (FpSdcpDevice *self)
|
|||||||
{
|
{
|
||||||
FpSdcpDevicePrivate *priv = fp_sdcp_device_get_instance_private (self);
|
FpSdcpDevicePrivate *priv = fp_sdcp_device_get_instance_private (self);
|
||||||
FpSdcpDeviceClass *cls = FP_SDCP_DEVICE_GET_CLASS (self);
|
FpSdcpDeviceClass *cls = FP_SDCP_DEVICE_GET_CLASS (self);
|
||||||
|
|
||||||
g_autoptr(GBytes) application_secret = NULL;
|
g_autoptr(GBytes) application_secret = NULL;
|
||||||
FpiDeviceAction action;
|
FpiDeviceAction action;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user