Skip to content

Commit

Permalink
Fix an indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Feb 5, 2024
1 parent a6b791d commit 488010d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libwacom/libwacom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 488010d

Please sign in to comment.