X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=6063262a1e3a5e0f67b7d35844ba08b730c6a3e5;hb=cf09631a45d276826255d197c1d5c913a29c79f4;hp=92807975bb94562faefc949c19c080b9ad76618e;hpb=9eebae3da4510a671cbbb2f476c2dc04099b4415;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 92807975..6063262a 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -158,8 +158,8 @@ typedef enum _notmuch_private_status { ((private_status >= (notmuch_private_status_t) NOTMUCH_STATUS_LAST_STATUS)\ ? \ _internal_error (format " (%s).\n", \ - ##__VA_ARGS__, \ - __location__), \ + ##__VA_ARGS__, \ + __location__), \ (notmuch_status_t) NOTMUCH_PRIVATE_STATUS_SUCCESS \ : \ (notmuch_status_t) private_status) @@ -477,11 +477,11 @@ _notmuch_mset_messages_move_to_next (notmuch_messages_t *messages); notmuch_bool_t _notmuch_doc_id_set_contains (notmuch_doc_id_set_t *doc_ids, - unsigned int doc_id); + unsigned int doc_id); void _notmuch_doc_id_set_remove (notmuch_doc_id_set_t *doc_ids, - unsigned int doc_id); + unsigned int doc_id); /* querying xapian documents by type (e.g. "mail" or "ghost"): */ notmuch_status_t