Spacing nits.

This commit is contained in:
nicm
2015-12-08 08:14:04 +00:00
parent 1f94274b92
commit 8f671d3eef
2 changed files with 7 additions and 5 deletions

View File

@ -47,7 +47,7 @@ options_cmp(struct options_entry *o1, struct options_entry *o2)
struct options *
options_create(struct options *parent)
{
struct options *oo;
struct options *oo;
oo = xcalloc(1, sizeof *oo);
RB_INIT(&oo->tree);