remove trailing whitespaces
Remove trailing whitespaces because they are not needed and jumping to
the end of al ine should do just that and not jump to the whitespace.
diff --git a/clients/fullscreen.c b/clients/fullscreen.c
index 5c5dd2b..5ec4e93 100644
--- a/clients/fullscreen.c
+++ b/clients/fullscreen.c
@@ -410,8 +410,8 @@
}
static void
-touch_handler(struct widget *widget, struct input *input,
- uint32_t serial, uint32_t time, int32_t id,
+touch_handler(struct widget *widget, struct input *input,
+ uint32_t serial, uint32_t time, int32_t id,
float x, float y, void *data)
{
struct fullscreen *fullscreen = data;