mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
notmuch-tag: tidy formatting
This is just the result of running uncrustify.
This commit is contained in:
parent
b939b98723
commit
127c788e45
1 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue