]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message-property.cc
Merge tag 'debian/0.29.3-1'
[notmuch] / lib / message-property.cc
index 710ba0460665c6e506a2efe24b2a12c242321980..ecf7e140108d08b07e43afeb78c636d6085de46f 100644 (file)
@@ -115,7 +115,7 @@ notmuch_status_t
 _notmuch_message_remove_all_properties (notmuch_message_t *message, const char *key, bool prefix)
 {
     notmuch_status_t status;
-    const char * term_prefix;
+    const char *term_prefix;
 
     status = _notmuch_database_ensure_writable (notmuch_message_get_database (message));
     if (status)
@@ -150,6 +150,7 @@ notmuch_message_properties_t *
 notmuch_message_get_properties (notmuch_message_t *message, const char *key, notmuch_bool_t exact)
 {
     notmuch_string_map_t *map;
+
     map = _notmuch_message_property_map (message);
     return _notmuch_string_map_iterator_create (map, key, exact);
 }