From 8d871751f6ab6d44d439383414822bc765845f7d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 15 Apr 2020 17:19:53 +0200 Subject: [PATCH] WIP: shut-up uncrustify --- libfprint/fpi-device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fpi-device.h b/libfprint/fpi-device.h index 730e8d9..397166c 100644 --- a/libfprint/fpi-device.h +++ b/libfprint/fpi-device.h @@ -129,7 +129,7 @@ struct _FpDeviceClass void (*list) (FpDevice *device); void (*delete) (FpDevice * device); - void (*cancel) (FpDevice *device); + void (*cancel) (FpDevice *device); gboolean (*supports_identify) (FpDevice *device); };