mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
st/oxr: Tidy code style
This commit is contained in:
parent
fcdfd9d97d
commit
98c91ccb25
|
@ -212,8 +212,7 @@ destroy_callback(struct u_hashset_item *item, void *priv)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
oxr_path_destroy_all(struct oxr_logger *log,
|
oxr_path_destroy_all(struct oxr_logger *log, struct oxr_instance *inst)
|
||||||
struct oxr_instance *inst)
|
|
||||||
{
|
{
|
||||||
u_hashset_clear_and_call_for_each(inst->path_store, destroy_callback,
|
u_hashset_clear_and_call_for_each(inst->path_store, destroy_callback,
|
||||||
inst);
|
inst);
|
||||||
|
|
Loading…
Reference in a new issue