mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 22:48:04 +02:00
tools: add newline before function name
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
62fd9cb89f
commit
e47f88bc48
1 changed files with 5 additions and 3 deletions
|
|
@ -437,9 +437,11 @@ mainloop(struct libinput *li)
|
||||||
close(fds[1].fd);
|
close(fds[1].fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void log_handler(enum libinput_log_priority priority,
|
static void
|
||||||
void *user_data,
|
log_handler(enum libinput_log_priority priority,
|
||||||
const char *format, va_list args)
|
void *user_data,
|
||||||
|
const char *format,
|
||||||
|
va_list args)
|
||||||
{
|
{
|
||||||
vprintf(format, args);
|
vprintf(format, args);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue