]> git.cworth.org Git - notmuch/commitdiff
notmuch-dump.c: whitespace cleanup
authorDavid Bremner <bremner@debian.org>
Sat, 3 Dec 2011 22:32:18 +0000 (14:32 -0800)
committerDavid Bremner <bremner@debian.org>
Sun, 4 Dec 2011 15:28:42 +0000 (11:28 -0400)
notmuch-dump.c

index 0475eb9d1a2d822109a5c71ab6122d096f0d0151..a490917f9fa59d5a9a042d0c85030bc7aad42c8e 100644 (file)
@@ -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");