summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/urldb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/urldb.c b/content/urldb.c
index 1121244d1..0c2c63955 100644
--- a/content/urldb.c
+++ b/content/urldb.c
@@ -1210,9 +1210,8 @@ static struct path_data *urldb_find_url(nsurl *url)
assert(url);
if (url_bloom != NULL) {
- if (bloom_search_hash(url_bloom,
- nsurl_hash(url)) == false) {
- return NULL;
+ if (bloom_search_hash(url_bloom, nsurl_hash(url)) == false) {
+ return NULL;
}
}