[PATCH weston] cosmetic: add missing line between variable declarations and code

Bryce Harrington bryce at osg.samsung.com
Wed Sep 30 12:34:21 PDT 2015


On Wed, Sep 30, 2015 at 01:34:57PM -0500, Derek Foreman wrote:
> Signed-off-by: Derek Foreman <derekf at osg.samsung.com>

Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>

Pushed:

To ssh://git.freedesktop.org/git/wayland/weston
   a3377cd..0b7da01  master -> master

> ---
>  src/libinput-seat.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/libinput-seat.c b/src/libinput-seat.c
> index c9f9ed2..5f91b68 100644
> --- a/src/libinput-seat.c
> +++ b/src/libinput-seat.c
> @@ -105,6 +105,7 @@ static void
>  device_removed(struct udev_input *input, struct libinput_device *libinput_device)
>  {
>  	struct evdev_device *device;
> +
>  	device = libinput_device_get_user_data(libinput_device);
>  	evdev_device_destroy(device);
>  }
> -- 
> 2.5.3
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list