]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message-property.cc
lib: run uncrustify
[notmuch] / lib / message-property.cc
index ecf7e140108d08b07e43afeb78c636d6085de46f..d5afa30c8e2a3e4d74d50a02efa15659febafbaf 100644 (file)
@@ -43,11 +43,13 @@ notmuch_message_count_properties (notmuch_message_t *message, const char *key, u
        return NOTMUCH_STATUS_NULL_POINTER;
 
     notmuch_string_map_t *map;
+
     map = _notmuch_message_property_map (message);
     if (! map)
        return NOTMUCH_STATUS_NULL_POINTER;
 
     notmuch_string_map_iterator_t *matcher = _notmuch_string_map_iterator_create (map, key, true);
+
     if (! matcher)
        return NOTMUCH_STATUS_OUT_OF_MEMORY;