From 43de03a08c7cdbefe0f92e99acdd2f8c275d3dd6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 18 Dec 2017 14:41:14 +1000 Subject: [PATCH] tablet: break up a long line Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/evdev-tablet.c b/src/evdev-tablet.c index f69933dd..8188686c 100644 --- a/src/evdev-tablet.c +++ b/src/evdev-tablet.c @@ -1840,7 +1840,9 @@ tablet_check_initial_proximity(struct evdev_device *device, int code, state; enum libinput_tablet_tool_type tool; - for (tool = LIBINPUT_TABLET_TOOL_TYPE_PEN; tool <= LIBINPUT_TABLET_TOOL_TYPE_MAX; tool++) { + for (tool = LIBINPUT_TABLET_TOOL_TYPE_PEN; + tool <= LIBINPUT_TABLET_TOOL_TYPE_MAX; + tool++) { code = tablet_tool_to_evcode(tool); /* we only expect one tool to be in proximity at a time */