mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
notmuch-dump.c: whitespace cleanup
This commit is contained in:
parent
3434d19402
commit
1c81e8f6d3
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ notmuch_dump_command (unused (void *ctx), int argc, char *argv[])
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
query = notmuch_query_create (notmuch, query_str);
|
query = notmuch_query_create (notmuch, query_str);
|
||||||
if (query == NULL) {
|
if (query == NULL) {
|
||||||
fprintf (stderr, "Out of memory\n");
|
fprintf (stderr, "Out of memory\n");
|
||||||
|
|
Loading…
Reference in a new issue