Whitespace corrections

Signed-off-by: Murray Calavera <murray.calavera@gmail.com>
This commit is contained in:
Murray Calavera
2015-06-06 13:02:22 +00:00
committed by Bryce Harrington
parent 97b9b17668
commit 883ac02d22
9 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -262,9 +262,9 @@ typedef void (*widget_touch_motion_handler_t)(struct widget *widget,
float x,
float y,
void *data);
typedef void (*widget_touch_frame_handler_t)(struct widget *widget,
typedef void (*widget_touch_frame_handler_t)(struct widget *widget,
struct input *input, void *data);
typedef void (*widget_touch_cancel_handler_t)(struct widget *widget,
typedef void (*widget_touch_cancel_handler_t)(struct widget *widget,
struct input *input, void *data);
typedef void (*widget_axis_handler_t)(struct widget *widget,
struct input *input, uint32_t time,