From 5562c9a553fe539d0d1fbf05dba89b1b1f577fae Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 8 Nov 2014 22:08:29 +0000 Subject: Continue doxygen error cleanup. --- content/hlcache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content/hlcache.c') diff --git a/content/hlcache.c b/content/hlcache.c index 6cfcba328..6e991281d 100644 --- a/content/hlcache.c +++ b/content/hlcache.c @@ -113,8 +113,7 @@ static void hlcache_clean(void *ignored) if (entry->content == NULL) continue; - if (content__get_status(entry->content) == - CONTENT_STATUS_LOADING) + if (content__get_status(entry->content) == CONTENT_STATUS_LOADING) continue; if (content_count_users(entry->content) != 0) -- cgit v1.2.3