From 248aa54bfdef25ff95db3c3426651f9894c652c5 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 31 May 2017 17:56:48 +0000 Subject: Style and spacing nits. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index 861bd8ac..c13696f4 100644 --- a/options.c +++ b/options.c @@ -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); } -- cgit v1.2.3