add_uniqbuf: Fix confusing indentation in if condition --- apps/tagcache.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/tagcache.c b/apps/tagcache.c index 9f8ce31..ff6b853 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -1090,7 +1090,7 @@ static bool add_uniqbuf(struct tagcache_search *tcs, unsigned long id) /* If uniq buffer is not defined we must return true for search to work. */ if (tcs->unique_list == NULL || (!TAGCACHE_IS_UNIQUE(tcs->type) - && !TAGCACHE_IS_NUMERIC(tcs->type))) + && !TAGCACHE_IS_NUMERIC(tcs->type))) { return true; } -- 1.7.1