From 488010d2f734b107860b8344ca54e0204d35e5be Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 5 Feb 2024 15:58:50 +1000 Subject: [PATCH] Fix an indentation issue --- libwacom/libwacom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c index d220d149..c606e484 100644 --- a/libwacom/libwacom.c +++ b/libwacom/libwacom.c @@ -1271,8 +1271,8 @@ libwacom_get_button_evdev_code(const WacomDevice *device, char button) return b ? b->code : 0; } -LIBWACOM_EXPORT const -WacomStylus *libwacom_stylus_get_for_id (const WacomDeviceDatabase *db, int id) +LIBWACOM_EXPORT const WacomStylus * +libwacom_stylus_get_for_id (const WacomDeviceDatabase *db, int id) { return g_hash_table_lookup (db->stylus_ht, GINT_TO_POINTER(id)); }