summaryrefslogtreecommitdiff
path: root/content/handlers/html/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/search.c')
-rw-r--r--content/handlers/html/search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/handlers/html/search.c b/content/handlers/html/search.c
index 9ba2957e4..e26510e6e 100644
--- a/content/handlers/html/search.c
+++ b/content/handlers/html/search.c
@@ -75,8 +75,8 @@ struct search_context {
/* Exported function documented in search.h */
-struct search_context * search_create_context(struct content *c,
- content_type type, void *gui_data)
+struct search_context *
+search_create_context(struct content *c, content_type type, void *gui_data)
{
struct search_context *context;
struct list_entry *search_head;