mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 02:20:30 +01:00
plugins: fix some indentation in the eraser button plugin
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1244>
This commit is contained in:
parent
65e7cd5953
commit
d2316d7e93
1 changed files with 2 additions and 2 deletions
|
|
@ -528,7 +528,7 @@ eraser_button_timer_func(struct libinput_plugin *plugin, uint64_t now, void *d)
|
|||
|
||||
static void
|
||||
eraser_button_plugin_device_added(struct libinput_plugin *libinput_plugin,
|
||||
struct libinput_device *device)
|
||||
struct libinput_device *device)
|
||||
{
|
||||
if (!libinput_device_has_capability(device, LIBINPUT_DEVICE_CAP_TABLET_TOOL))
|
||||
return;
|
||||
|
|
@ -550,7 +550,7 @@ eraser_button_plugin_device_added(struct libinput_plugin *libinput_plugin,
|
|||
|
||||
static void
|
||||
eraser_button_plugin_device_removed(struct libinput_plugin *libinput_plugin,
|
||||
struct libinput_device *device)
|
||||
struct libinput_device *device)
|
||||
{
|
||||
struct plugin_data *plugin = libinput_plugin_get_user_data(libinput_plugin);
|
||||
struct plugin_device *dev;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue