[PATCH wayland 2/2] scanner: Remove stray newline
Pekka Paalanen
ppaalanen at gmail.com
Tue Sep 23 01:57:41 PDT 2014
On Mon, 22 Sep 2014 22:11:19 +0200
Jonas Ådahl <jadahl at gmail.com> wrote:
> Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
> ---
> src/scanner.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/src/scanner.c b/src/scanner.c
> index 6be1d7a..809130b 100644
> --- a/src/scanner.c
> +++ b/src/scanner.c
> @@ -884,7 +884,6 @@ emit_structs(struct wl_list *message_list, struct interface *interface, enum sid
> desc_dump(mdesc ? mdesc->summary : "(none)",
> "\t * %s - ", m->name);
> wl_list_for_each(a, &m->arg_list, link) {
> -
> if (side == SERVER && a->type == NEW_ID &&
> a->interface_name == NULL)
> printf("\t * @interface: name of the objects interface\n"
Both pushed!
Thanks,
pq
More information about the wayland-devel
mailing list