notmuch-dump.c: whitespace cleanup

This commit is contained in:
David Bremner 2011-12-03 14:32:18 -08:00
parent 3434d19402
commit 1c81e8f6d3

View file

@ -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");