]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-search.c
CLI: replace some constructs with more uncrustify friendly ones
[notmuch] / notmuch-search.c
index e2dee4181b7400907723177e1cba687c8a9f21de..e3a856176025db87bf4be2e7b66a011eef31e8d2 100644 (file)
@@ -752,8 +752,8 @@ _notmuch_search_prepare (search_context_t *ctx, notmuch_config_t *config, int ar
        size_t search_exclude_tags_length;
        notmuch_status_t status;
 
-       search_exclude_tags = notmuch_config_get_search_exclude_tags
-           (config, &search_exclude_tags_length);
+       search_exclude_tags = notmuch_config_get_search_exclude_tags (
+           config, &search_exclude_tags_length);
 
        for (i = 0; i < search_exclude_tags_length; i++) {
            status = notmuch_query_add_tag_exclude (ctx->query, search_exclude_tags[i]);