mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 15:10:13 +01: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);
|
||||
}
|
||||
|
||||
static void log_handler(enum libinput_log_priority priority,
|
||||
void *user_data,
|
||||
const char *format, va_list args)
|
||||
static void
|
||||
log_handler(enum libinput_log_priority priority,
|
||||
void *user_data,
|
||||
const char *format,
|
||||
va_list args)
|
||||
{
|
||||
vprintf(format, args);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue