mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 18:30:06 +01:00
tools: fix minor coding style issue
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
fd4427e4ec
commit
d73f252f2a
1 changed files with 2 additions and 1 deletions
|
|
@ -501,8 +501,9 @@ tools_open_backend(struct tools_context *context)
|
||||||
context,
|
context,
|
||||||
options->device,
|
options->device,
|
||||||
options->global_options.verbose);
|
options->global_options.verbose);
|
||||||
} else
|
} else {
|
||||||
abort();
|
abort();
|
||||||
|
}
|
||||||
|
|
||||||
return li;
|
return li;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue