summaryrefslogtreecommitdiff
path: root/content/hlcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.c')
-rw-r--r--content/hlcache.c3
1 files changed, 1 insertions, 2 deletions
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)