notmuch-tag: tidy formatting

This is just the result of running uncrustify.
This commit is contained in:
David Bremner 2012-11-14 21:33:20 -04:00
parent b939b98723
commit 127c788e45

View file

@ -40,6 +40,7 @@ _escape_tag (char *buf, const char *tag)
{
const char *in = tag;
char *out = buf;
/* Boolean terms surrounded by double quotes can contain any
* character. Double quotes are quoted by doubling them. */
*out++ = '"';
@ -141,8 +142,7 @@ tag_query (void *ctx, notmuch_database_t *notmuch, const char *query_string,
for (messages = notmuch_query_search_messages (query);
notmuch_messages_valid (messages) && ! interrupted;
notmuch_messages_move_to_next (messages))
{
notmuch_messages_move_to_next (messages)) {
message = notmuch_messages_get (messages);
notmuch_message_freeze (message);