mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
dispatcher: style update
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
bba1bf180a
commit
ef89187eff
@ -1171,7 +1171,7 @@ struct Dispatcher *red_dispatcher_get_dispatcher(RedDispatcher *red_dispatcher)
|
||||
return &red_dispatcher->dispatcher;
|
||||
}
|
||||
|
||||
void red_dispatcher_set_dispatcher_opaque(struct RedDispatcher *red_dispatcher,
|
||||
void red_dispatcher_set_dispatcher_opaque(RedDispatcher *red_dispatcher,
|
||||
void *opaque)
|
||||
{
|
||||
dispatcher_set_opaque(&red_dispatcher->dispatcher, opaque);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user