aboutsummaryrefslogtreecommitdiff
path: root/lib/query.cc
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2016-05-28 20:45:31 +0300
committerDavid Bremner <david@tethera.net>2016-06-05 08:23:28 -0300
commitcf09631a45d276826255d197c1d5c913a29c79f4 (patch)
treef9489ba47a7a91778b0e39d00c7387dabeb3c98c /lib/query.cc
parentb9bf3f44eacd42ce53885c79f9dad8d82c76f13d (diff)
lib: whitespace cleanup
Cleaned the following whitespace in lib/* files: lib/index.cc: 1 line: trailing whitespace lib/database.cc 5 lines: 8 spaces at the beginning of line lib/notmuch-private.h: 4 lines: 8 spaces at the beginning of line lib/message.cc: 1 line: trailing whitespace lib/sha1.c: 1 line: empty lines at the end of file lib/query.cc: 2 lines: 8 spaces at the beginning of line lib/gen-version-script.sh: 1 line: trailing whitespace
Diffstat (limited to 'lib/query.cc')
-rw-r--r--lib/query.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/query.cc b/lib/query.cc
index 0875b0e4..7235fde1 100644
--- a/lib/query.cc
+++ b/lib/query.cc
@@ -276,7 +276,7 @@ _notmuch_query_search_documents (notmuch_query_t *query,
case NOTMUCH_SORT_MESSAGE_ID:
enquire.set_sort_by_value (NOTMUCH_VALUE_MESSAGE_ID, FALSE);
break;
- case NOTMUCH_SORT_UNSORTED:
+ case NOTMUCH_SORT_UNSORTED:
break;
}
@@ -412,7 +412,7 @@ _notmuch_doc_id_set_contains (notmuch_doc_id_set_t *doc_ids,
void
_notmuch_doc_id_set_remove (notmuch_doc_id_set_t *doc_ids,
- unsigned int doc_id)
+ unsigned int doc_id)
{
if (doc_id < doc_ids->bound)
doc_ids->bitmap[DOCIDSET_WORD(doc_id)] &= ~(1 << DOCIDSET_BIT(doc_id));