summaryrefslogtreecommitdiff
path: root/tools/libinput-debug-gui.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-11-23 08:41:07 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-11-25 10:08:20 +1000
commita5dd45e8cee88f10bb78fecfd49e85df840ae38f (patch)
tree26e15ea6a6017b5b7101fb130d3f1dd1c915817b /tools/libinput-debug-gui.c
parentd2f677383144ccb1fd92c475550c9f6b480ee0b6 (diff)
downloadlibinput-a5dd45e8cee88f10bb78fecfd49e85df840ae38f.tar.gz
Remove duplicate empty lines in our source
We only touch src and tools, imported headers from include are not ours to change. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/libinput-debug-gui.c')
-rw-r--r--tools/libinput-debug-gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libinput-debug-gui.c b/tools/libinput-debug-gui.c
index 60df2ae5..1380862d 100644
--- a/tools/libinput-debug-gui.c
+++ b/tools/libinput-debug-gui.c
@@ -789,7 +789,6 @@ draw_tablet(struct window *w, cairo_t *cr)
}
cairo_restore(cr);
-
/* tablet tool, square for prox-in location */
cairo_save(cr);
cairo_set_source_rgb(cr, .2, .6, .6);