tablet: fix an indentation issue

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1161>
This commit is contained in:
Peter Hutterer 2025-03-14 12:04:31 +10:00
parent 4d1b836e22
commit 79dc0261e2

View file

@ -1404,7 +1404,7 @@ tablet_get_tool(struct tablet_dispatch *tablet,
break;
}
}
}
}
return tool;
}