summaryrefslogtreecommitdiff
path: root/content/hlcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.c')
-rw-r--r--content/hlcache.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/hlcache.c b/content/hlcache.c
index 6c84d1671..e8b2836db 100644
--- a/content/hlcache.c
+++ b/content/hlcache.c
@@ -178,7 +178,9 @@ void hlcache_finalise(void)
if (entry->content != NULL) {
LOG((" %p : %s (%d users)", entry,
- nsurl_access(hlcache_handle_get_url(&entry_handle)), content_count_users(entry->content)));
+ nsurl_access(
+ hlcache_handle_get_url(&entry_handle)),
+ content_count_users(entry->content)));
} else {
LOG((" %p", entry));
}