X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-reindex.c;fp=notmuch-reindex.c;h=df566a7c9b588bd68019b6ea2168aed9d47b94c3;hb=eef21c284742fa5ae14d7d352acc3a4dc98821ce;hp=fa84d4fc8f23f7f1e3f0674a7b83c0c2229dbe91;hpb=df4c66f85d4aa05c462ad119c6dad3afa421f6f2;p=notmuch diff --git a/notmuch-reindex.c b/notmuch-reindex.c index fa84d4fc..df566a7c 100644 --- a/notmuch-reindex.c +++ b/notmuch-reindex.c @@ -83,7 +83,8 @@ reindex_query (notmuch_database_t *notmuch, const char *query_string, } int -notmuch_reindex_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch, int argc, char *argv[]) +notmuch_reindex_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch, + int argc, char *argv[]) { char *query_string = NULL; struct sigaction action;