Style and spacing nits.

This commit is contained in:
nicm
2017-05-31 17:56:48 +00:00
parent 70cc8f2c7e
commit 248aa54bfd
7 changed files with 7 additions and 8 deletions

View File

@ -114,7 +114,7 @@ options_free(struct options *oo)
{
struct options_entry *o, *tmp;
RB_FOREACH_SAFE (o, options_tree, &oo->tree, tmp)
RB_FOREACH_SAFE(o, options_tree, &oo->tree, tmp)
options_remove(o);
free(oo);
}