aboutsummaryrefslogtreecommitdiff
path: root/notmuch-dump.c
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2011-12-03 14:32:18 -0800
committerDavid Bremner <bremner@debian.org>2011-12-04 11:28:42 -0400
commit1c81e8f6d3aa451cec8524c171b9a64f7ecd2003 (patch)
treeddf9315ce8f0e076979321333c94543ce0765b50 /notmuch-dump.c
parent3434d194026ff65217d9342ffe511f67fd71e79f (diff)
notmuch-dump.c: whitespace cleanup
Diffstat (limited to 'notmuch-dump.c')
-rw-r--r--notmuch-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-dump.c b/notmuch-dump.c
index 0475eb9..a490917 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");