summaryrefslogtreecommitdiff
path: root/clients/fullscreen.c
diff options
context:
space:
mode:
authorMichael Vetter <g.bluehut@googlemail.com>2015-05-15 17:17:47 +0200
committerBryce Harrington <bryce@osg.samsung.com>2015-05-15 13:12:32 -0700
commit2a18a5284436c8b2f272295d49cb35fd094788c8 (patch)
tree47b049681aa6e183edab89f338a8a1e1f55352a2 /clients/fullscreen.c
parent2663c68330a90dc8db7501876ea0267b1a494d0c (diff)
downloadweston-2a18a5284436c8b2f272295d49cb35fd094788c8.tar.gz
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.
Diffstat (limited to 'clients/fullscreen.c')
-rw-r--r--clients/fullscreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/fullscreen.c b/clients/fullscreen.c
index 5c5dd2bc..5ec4e93c 100644
--- a/clients/fullscreen.c
+++ b/clients/fullscreen.c
@@ -410,8 +410,8 @@ button_handler(struct widget *widget,
}
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;