]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - lib/message.cc
lib: whitespace cleanup
[notmuch.git] / lib / message.cc
index 68393055b3eb73b73ee3a1a4b5bde38ce8d94c73..022268796fc7f24dc8b435d42b7f0e67c4de230f 100644 (file)
@@ -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);