mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-03-24 01:24:04 +00:00
Formatting fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -1115,9 +1115,10 @@ xf86libinput_parse_options(InputInfoPtr pInfo,
|
||||
|
||||
}
|
||||
|
||||
static int xf86libinput_pre_init(InputDriverPtr drv,
|
||||
InputInfoPtr pInfo,
|
||||
int flags)
|
||||
static int
|
||||
xf86libinput_pre_init(InputDriverPtr drv,
|
||||
InputInfoPtr pInfo,
|
||||
int flags)
|
||||
{
|
||||
struct xf86libinput *driver_data = NULL;
|
||||
struct libinput *libinput = NULL;
|
||||
|
||||
Reference in New Issue
Block a user