From: David Bremner Date: Sat, 3 Dec 2011 22:32:18 +0000 (-0800) Subject: notmuch-dump.c: whitespace cleanup X-Git-Tag: 0.11_rc1~75 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=1c81e8f6d3aa451cec8524c171b9a64f7ecd2003 notmuch-dump.c: whitespace cleanup --- diff --git a/notmuch-dump.c b/notmuch-dump.c index 0475eb9d..a490917f 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -67,7 +67,7 @@ notmuch_dump_command (unused (void *ctx), int argc, char *argv[]) return 1; } } - + query = notmuch_query_create (notmuch, query_str); if (query == NULL) { fprintf (stderr, "Out of memory\n");