scanner: Remove stray newline
authorJonas Ådahl <jadahl@gmail.com>
Mon, 22 Sep 2014 20:11:19 +0000 (22:11 +0200)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 23 Sep 2014 08:40:46 +0000 (11:40 +0300)
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
src/scanner.c

index 6be1d7a..809130b 100644 (file)
@@ -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"