Add a missing empty line

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-08-03 07:32:32 +10:00
parent 40682a0420
commit 6610319832

View file

@ -95,6 +95,7 @@ eis_client_destroy(struct eis_client *client)
source_unref(client->source);
list_remove(&client->link);
}
OBJECT_DECLARE_CREATE(eis_client);
static
OBJECT_DECLARE_PARENT(eis_client, eis);