sdcp: uncrustify

This commit is contained in:
Joshua Grisham
2025-09-13 13:13:19 +02:00
parent df004970f1
commit 31f9a250be
2 changed files with 7 additions and 5 deletions

View File

@@ -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;