From 1c81e8f6d3aa451cec8524c171b9a64f7ecd2003 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 3 Dec 2011 14:32:18 -0800 Subject: [PATCH] notmuch-dump.c: whitespace cleanup --- notmuch-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.43.0