st/oxr: Tidy code style

This commit is contained in:
Jakob Bornecrantz 2019-04-12 11:46:59 +01:00
parent fcdfd9d97d
commit 98c91ccb25

View file

@ -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);