diff options
| author | uncrustify <david@tethera.net> | 2021-03-13 08:45:34 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-13 08:45:34 -0400 |
| commit | eef21c284742fa5ae14d7d352acc3a4dc98821ce (patch) | |
| tree | a4a6383a4e38d20c8072b8a2eaa499726b81e9a3 /notmuch-insert.c | |
| parent | df4c66f85d4aa05c462ad119c6dad3afa421f6f2 (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-insert.c')
| -rw-r--r-- | notmuch-insert.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch-insert.c b/notmuch-insert.c index 0f272e2e..cc5aeefc 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -444,7 +444,8 @@ add_file (notmuch_database_t *notmuch, const char *path, tag_op_list_t *tag_ops, } int -notmuch_insert_command (unused(notmuch_config_t *config),notmuch_database_t *notmuch, int argc, char *argv[]) +notmuch_insert_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch, + int argc, char *argv[]) { notmuch_status_t status, close_status; struct sigaction action; |
