ei: indentation fix

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/351>
This commit is contained in:
Peter Hutterer 2025-07-18 12:20:45 +10:00
parent 297f95efac
commit 45c526bcc9

View file

@ -275,7 +275,7 @@ eis_handshake_get_interface(struct eis_handshake *setup) {
struct eis_handshake * struct eis_handshake *
eis_handshake_new(struct eis_client *client, eis_handshake_new(struct eis_client *client,
const struct eis_client_interface_versions *versions) const struct eis_client_interface_versions *versions)
{ {
struct eis_handshake *setup = eis_handshake_create(&client->object); struct eis_handshake *setup = eis_handshake_create(&client->object);