event-debug: Increase spacing after the event-type

TABLET_PROXIMITY events cause many terminals to push every column to the right
by one additional tab, this just increases the space after the event type so
that everything lines up again.

Signed-off-by: Stephen Chandler Paul <thatslyude@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Stephen Chandler Paul 2015-02-16 22:48:43 -05:00 committed by Peter Hutterer
parent c7948e3bb5
commit 3aeae35a60

View file

@ -117,7 +117,7 @@ print_event_header(struct libinput_event *ev)
break;
}
printf("%-7s %s ", libinput_device_get_sysname(dev), type);
printf("%-7s %-16s ", libinput_device_get_sysname(dev), type);
}
static void