aboutsummaryrefslogtreecommitdiff
path: root/lib/message.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/message.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/message.cc')
-rw-r--r--lib/message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/message.cc b/lib/message.cc
index 68393055..02226879 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -1444,7 +1444,7 @@ notmuch_message_maildir_flags_to_tags (notmuch_message_t *message)
for (i = 0; i < ARRAY_SIZE(flag2tag); i++) {
if ((strchr (combined_flags, flag2tag[i].flag) != NULL)
- ^
+ ^
flag2tag[i].inverse)
{
status = notmuch_message_add_tag (message, flag2tag[i].tag);