summaryrefslogtreecommitdiffstats
path: root/notmuch-compact.c
diff options
context:
space:
mode:
authoruncrustify <david@tethera.net>2021-03-13 08:45:34 -0400
committerDavid Bremner <david@tethera.net>2021-03-13 08:45:34 -0400
commiteef21c284742fa5ae14d7d352acc3a4dc98821ce (patch)
treea4a6383a4e38d20c8072b8a2eaa499726b81e9a3 /notmuch-compact.c
parentdf4c66f85d4aa05c462ad119c6dad3afa421f6f2 (diff)
cli: run uncrustify
This is the result of running $ uncrustify --replace --config devel/uncrustify.cfg *.c *.h in the top level source directory Line breaks were then adjusted manually to keep argc and argv together.
Diffstat (limited to 'notmuch-compact.c')
-rw-r--r--notmuch-compact.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch-compact.c b/notmuch-compact.c
index 361583db..cc45afa1 100644
--- a/notmuch-compact.c
+++ b/notmuch-compact.c
@@ -27,7 +27,8 @@ status_update_cb (const char *msg, unused (void *closure))
}
int
-notmuch_compact_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch, int argc, char *argv[])
+notmuch_compact_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch,
+ int argc, char *argv[])
{
const char *backup_path = NULL;
notmuch_status_t ret;