mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +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
|
||||
oxr_path_destroy_all(struct oxr_logger *log,
|
||||
struct oxr_instance *inst)
|
||||
oxr_path_destroy_all(struct oxr_logger *log, struct oxr_instance *inst)
|
||||
{
|
||||
u_hashset_clear_and_call_for_each(inst->path_store, destroy_callback,
|
||||
inst);
|
||||
|
|
Loading…
Reference in a new issue