mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
scanner: Remove stray newline
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
2028227acc
commit
9dba854547
1 changed files with 0 additions and 1 deletions
|
|
@ -884,7 +884,6 @@ emit_structs(struct wl_list *message_list, struct interface *interface, enum sid
|
||||||
desc_dump(mdesc ? mdesc->summary : "(none)",
|
desc_dump(mdesc ? mdesc->summary : "(none)",
|
||||||
"\t * %s - ", m->name);
|
"\t * %s - ", m->name);
|
||||||
wl_list_for_each(a, &m->arg_list, link) {
|
wl_list_for_each(a, &m->arg_list, link) {
|
||||||
|
|
||||||
if (side == SERVER && a->type == NEW_ID &&
|
if (side == SERVER && a->type == NEW_ID &&
|
||||||
a->interface_name == NULL)
|
a->interface_name == NULL)
|
||||||
printf("\t * @interface: name of the objects interface\n"
|
printf("\t * @interface: name of the objects interface\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue