]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
cli: run uncrustify
[notmuch] / notmuch-dump.c
index d701792990f612134a7e2f72e485844f8b2fd1fa..04ecd6a38564c0359bff08d1897714a44fa9f344 100644 (file)
@@ -339,7 +339,7 @@ notmuch_database_dump (notmuch_database_t *notmuch,
        output = NULL;
        goto DONE;
     } else
-        output = NULL;
+       output = NULL;
 
     if (output_file_name) {
        ret = rename (tempname, output_file_name);
@@ -361,7 +361,8 @@ notmuch_database_dump (notmuch_database_t *notmuch,
 }
 
 int
-notmuch_dump_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch , int argc, char *argv[])
+notmuch_dump_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch,
+                     int argc, char *argv[])
 {
     const char *query_str = NULL;
     int ret;